HEX: #6ADCDC
RGB: (106,220,220)
#6ADCDC contains mainly green and blue colors. Web safe color of #6ADCDC is #66CCCC (or #6CC).
#6ADCDC color RGB value is (106,220,220).
RGB: (106,220,220)
(42%, 86%, 86%)
R 106 of 255 = 42%
G 220 of 255 = 86%
B 220 of 255 = 86%
R + G + B ~ 71%. #6ADCDC is quite light color.
R + G + B = 106 + 220 + 220 = 546 (100%)
R 106 of 546 ~ 19.41%
G 220 of 546 ~ 40.29%
B 220 of 546 ~ 40.29'%
#6ADCDC color CMYK value is (52,0,0,14).
CMYK: (52,0,0,14)
C52M0Y0K14 (52%, 0%, 0%, 14%)
(0.52 / 0.00 / 0.00 / 0.14)
Color #6ADCDC in popluar color models
6A | DC | DC | |
---|---|---|---|
RGB | 106 | 220 | 220 |
HSL | 180° | 61.96% | 63.92% |
HSB/HSV | 180° | 51.82% | 86.27% |
CMYK | 51.82% | 0.00% | 0.00% |
13.73% |
Color #6ADCDC in popluar number systems.
HEX | 6A | DC | DC |
Decimal | 106 | 220 | 220 |
Binary | 1101010 | 11011100 | 11011100 |
Octal | 152 | 334 | 334 |
Shades of #6ADCDC
Tints of #6ADCDC
Examples of css and html codes for elements with #6ADCDC color. Also use rgb(106,220,220) instead hex code.
.myTextColor { color: #6ADCDC; }
<p style="color:#6ADCDC">This sample text font color is #6ADCDC.</p>
This text font color is #6ADCDC.
.myBgColor { background-color: #6ADCDC; }
<div style="background-color:#6ADCDC">Inner text</div>
This div background color is #6ADCDC.
.myBorderColor { border: 1px solid #6ADCDC; }
<div style="border:3px solid #6ADCDC">Div</div>
This div border color is #6ADCDC.
.myOpacity80 { color: #6ADCDC; opacity: 0.8; }
<p style="color:#6ADCDC;opacity:0.8;">80%</p>
Text with #6ADCDC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6ADCDC;}
<p style="text-shadow: 3px 3px 1px #6ADCDC">Text here.</p>
This text has shadow with #6ADCDC color.
.textShadow {text-shadow: 3px 3px 1px #6ADCDC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6ADCDC, 5px 5px 20px red">Text here.</p>
This text has shadow with #6ADCDC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6ADCDC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6ADCDC, Direction=45, Strength=4)">Text</p>
This text has shadow with #6ADCDC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6ADCDC;
-webkit-box-shadow: 1px 1px 3px 2px #6ADCDC;
box-shadow: 1px 1px 3px 2px #6ADCDC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6ADCDC; -webkit-box-shadow: 1px 1px 3px 2px #6ADCDC; box-shadow:1px 1px 3px 2px #6ADCDC;">
Div content here
</div>
This text has color #6ADCDC on black background.
This text has color #6ADCDC on white background.
This text has black color on #6ADCDC background.
This text has white color on #6ADCDC background.