Color Hex Logo

#66dccc Color Hex

#66DCCC
(102,220,204)
0 Favorites   0 Comments

Color spaces of #66dccc

RGB 102220204
HSL0.480.630.63
HSV172°54°86°
CMYK 0.540.000.07   0.14
XYZ41.971858.370866.1813
Yxy58.37080.25200.3505
Hunter Lab76.4008-35.64002.1213
CIE-Lab80.9445-37.1115-2.2706

#66dccc color RGB value is (102,220,204).

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

The process color (four color CMYK) of #66dccc color hex is 0.54, 0.00, 0.07, 0.14. Web safe color of #66dccc is #66cccc. Color #66dccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11011100 11001100
Octal 146 334 314
Decimal 102 220 204
Hex 66 DC CC

RGB Percentages of Color #66dccc

%19.39
%41.83
%38.78

CMYK Percentages of Color #66dccc

%54
%0
%7
%14

Triadic Colors of #66dccc

#66dccc #cc66dc #dccc66

Analogous Colors of #66dccc

#66dccc #66b1dc #66dc91

Monochromatic Colors of #66dccc

#66dccc

Complementary Color

#66dccc #dc6676

#66dccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66dccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#66dccc Color CSS Codes

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

#66dccc Text Font Color

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

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


#66dccc Background Color

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

This div background color is #66dccc


#66dccc Border Color

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

This div border color is #66dccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66dccc


Comments

No comments written yet.

Please login to write comment.