Color Hex Logo

#66cccb Color Hex

#66CCCB
(102,204,203)
0 Favorites   0 Comments

Color spaces of #66cccb

RGB 102204203
HSL0.500.500.60
HSV179°50°80°
CMYK 0.500.000.00   0.20
XYZ37.851850.322364.2181
Yxy50.32230.24840.3302
Hunter Lab70.9382-28.8964-4.0166
CIE-Lab76.2667-29.8382-8.6438

#66cccb color RGB value is (102,204,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 11001100 11001011
Octal 146 314 313
Decimal 102 204 203
Hex 66 CC CB

RGB Percentages of Color #66cccb

%20.04
%40.08
%39.88

CMYK Percentages of Color #66cccb

%50
%0
%0
%20

Triadic Colors of #66cccb

#66cccb #cb66cc #cccb66

Analogous Colors of #66cccb

#66cccb #669acc #66cc98

Monochromatic Colors of #66cccb

#66cccb

Complementary Color

#66cccb #cc6667

#66cccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66cccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#66cccb Color CSS Codes

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

#66cccb Text Font Color

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

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


#66cccb Background Color

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

This div background color is #66cccb


#66cccb Border Color

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

This div border color is #66cccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66cccb


Comments

No comments written yet.

Please login to write comment.