Color Hex Logo

#66ccac Color Hex

#66CCAC
(102,204,172)
0 Favorites   0 Comments

Color spaces of #66ccac

RGB 102204172
HSL0.450.500.60
HSV161°50°80°
CMYK 0.500.000.16   0.20
XYZ34.518748.989146.6662
Yxy48.98910.26520.3763
Hunter Lab69.9922-34.45399.4639
CIE-Lab75.4445-37.42566.8713

#66ccac color RGB value is (102,204,172).

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

The process color (four color CMYK) of #66ccac color hex is 0.50, 0.00, 0.16, 0.20. Web safe color of #66ccac is #66cc99. Color #66ccac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11001100 10101100
Octal 146 314 254
Decimal 102 204 172
Hex 66 CC AC

RGB Percentages of Color #66ccac

%21.34
%42.68
%35.98

CMYK Percentages of Color #66ccac

%50
%0
%16
%20

Triadic Colors of #66ccac

#66ccac #ac66cc #ccac66

Analogous Colors of #66ccac

#66ccac #66b9cc #66cc79

Monochromatic Colors of #66ccac

#66ccac

Complementary Color

#66ccac #cc6686

#66ccac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66ccac Color Preview on White Background

Lorem ipsum dolor sit amet.

#66ccac Color CSS Codes

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

#66ccac Text Font Color

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

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


#66ccac Background Color

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

This div background color is #66ccac


#66ccac Border Color

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

This div border color is #66ccac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66ccac


Comments

No comments written yet.

Please login to write comment.