Color Hex Logo

#66caac Color Hex

#66CAAC
(102,202,172)
0 Favorites   0 Comments

Color spaces of #66caac

RGB 102202172
HSL0.450.490.60
HSV162°50°79°
CMYK 0.500.000.15   0.21
XYZ34.046448.044446.5088
Yxy48.04440.26470.3736
Hunter Lab69.3141-33.62218.7371
CIE-Lab74.8529-36.50996.0210

#66caac color RGB value is (102,202,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 11001010 10101100
Octal 146 312 254
Decimal 102 202 172
Hex 66 CA AC

RGB Percentages of Color #66caac

%21.43
%42.44
%36.13

CMYK Percentages of Color #66caac

%50
%0
%15
%21

Triadic Colors of #66caac

#66caac #ac66ca #caac66

Analogous Colors of #66caac

#66caac #66b6ca #66ca7a

Monochromatic Colors of #66caac

#66caac

Complementary Color

#66caac #ca6684

#66caac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66caac Color Preview on White Background

Lorem ipsum dolor sit amet.

#66caac Color CSS Codes

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

#66caac Text Font Color

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

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


#66caac Background Color

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

This div background color is #66caac


#66caac Border Color

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

This div border color is #66caac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66caac


Comments

No comments written yet.

Please login to write comment.