Color Hex Logo

#66caab Color Hex

#66CAAB
(102,202,171)
0 Favorites   0 Comments

Color spaces of #66caab

RGB 102202171
HSL0.450.490.60
HSV161°50°79°
CMYK 0.500.000.15   0.21
XYZ33.950748.006146.0048
Yxy48.00610.26530.3752
Hunter Lab69.2864-33.78549.1331
CIE-Lab74.8288-36.73896.5254

#66caab color RGB value is (102,202,171).

#66caab hex color red value is 102, green value is 202 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #66caab hue: 0.45 , saturation: 0.49 and the lightness value of 66caab is 0.60.

The process color (four color CMYK) of #66caab color hex is 0.50, 0.00, 0.15, 0.21. Web safe color of #66caab is #66cc99. Color #66caab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11001010 10101011
Octal 146 312 253
Decimal 102 202 171
Hex 66 CA AB

RGB Percentages of Color #66caab

%21.47
%42.53
%36.00

CMYK Percentages of Color #66caab

%50
%0
%15
%21

Triadic Colors of #66caab

#66caab #ab66ca #caab66

Analogous Colors of #66caab

#66caab #66b7ca #66ca79

Monochromatic Colors of #66caab

#66caab

Complementary Color

#66caab #ca6685

#66caab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66caab Color Preview on White Background

Lorem ipsum dolor sit amet.

#66caab Color CSS Codes

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

#66caab Text Font Color

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

This sample text font color is #66caab
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.


#66caab Background Color

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

This div background color is #66caab


#66caab Border Color

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

This div border color is #66caab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,202,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 #66caab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66caab


Comments

No comments written yet.

Please login to write comment.