Color Hex Logo

#66ccad Color Hex

#66CCAD
(102,204,173)
0 Favorites   0 Comments

Color spaces of #66ccad

RGB 102204173
HSL0.450.500.60
HSV162°50°80°
CMYK 0.500.000.15   0.20
XYZ34.615249.027647.1740
Yxy49.02760.26460.3748
Hunter Lab70.0197-34.29069.0687
CIE-Lab75.4685-37.19676.3676

#66ccad color RGB value is (102,204,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 11001100 10101101
Octal 146 314 255
Decimal 102 204 173
Hex 66 CC AD

RGB Percentages of Color #66ccad

%21.29
%42.59
%36.12

CMYK Percentages of Color #66ccad

%50
%0
%15
%20

Triadic Colors of #66ccad

#66ccad #ad66cc #ccad66

Analogous Colors of #66ccad

#66ccad #66b8cc #66cc7a

Monochromatic Colors of #66ccad

#66ccad

Complementary Color

#66ccad #cc6685

#66ccad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66ccad Color Preview on White Background

Lorem ipsum dolor sit amet.

#66ccad Color CSS Codes

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

#66ccad Text Font Color

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

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


#66ccad Background Color

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

This div background color is #66ccad


#66ccad Border Color

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

This div border color is #66ccad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66ccad

#66ccad Color Palettes


Comments

No comments written yet.

Please login to write comment.