Color Hex Logo

#66dcab Color Hex

#66DCAB
(102,220,171)
0 Favorites   0 Comments

Color spaces of #66dcab

RGB 102220171
HSL0.430.630.63
HSV155°54°86°
CMYK 0.540.000.22   0.14
XYZ38.423456.951547.4957
Yxy56.95150.26890.3986
Hunter Lab75.4662-41.183115.5114
CIE-Lab80.1523-44.744214.0999

#66dcab color RGB value is (102,220,171).

#66dcab hex color red value is 102, green value is 220 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #66dcab hue: 0.43 , saturation: 0.63 and the lightness value of 66dcab is 0.63.

The process color (four color CMYK) of #66dcab color hex is 0.54, 0.00, 0.22, 0.14. Web safe color of #66dcab is #66cc99. Color #66dcab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11011100 10101011
Octal 146 334 253
Decimal 102 220 171
Hex 66 DC AB

RGB Percentages of Color #66dcab

%20.69
%44.62
%34.69

CMYK Percentages of Color #66dcab

%54
%0
%22
%14

Triadic Colors of #66dcab

#66dcab #ab66dc #dcab66

Analogous Colors of #66dcab

#66dcab #66d2dc #66dc70

Monochromatic Colors of #66dcab

#66dcab

Complementary Color

#66dcab #dc6697

#66dcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66dcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#66dcab Color CSS Codes

.mybgcolor {background-color:#66dcab; } 
.myforecolor {color:#66dcab; }
.mybordercolor {border:3px solid #66dcab; }

#66dcab Text Font Color

<p style="color:#66dcab">Text here</p>

This sample text font color is #66dcab
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#66dcab Background Color

<div style="background-color:#66dcab">
Div content here</div>

This div background color is #66dcab


#66dcab Border Color

<div style="border:3px solid #66dcab">
Div here</div>

This div border color is #66dcab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,220,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66dcab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66dcab;
  -webkit-box-shadow: 1px 1px 3px 2px #66dcab;
  box-shadow:         1px 1px 3px 2px #66dcab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,220,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #66dcab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #66dcab;
  -webkit-box-shadow: 1px 1px 3px 2px #66dcab;
  box-shadow:         1px 1px 3px 2px #66dcab;">
Div content here</div>

This div box has shadow with color #66dcab


Comments

No comments written yet.

Please login to write comment.