Color Hex Logo

#66ffdc Color Hex

#66FFDC
(102,255,220)
0 Favorites   0 Comments

Color spaces of #66ffdc

RGB 102255220
HSL0.461.000.70
HSV166°60°100°
CMYK 0.600.000.14   0.00
XYZ54.157879.512180.2031
Yxy79.51210.25320.3718
Hunter Lab89.1696-47.63349.0906
CIE-Lab91.4655-48.69464.6621

#66ffdc color RGB value is (102,255,220).

#66ffdc hex color red value is 102, green value is 255 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #66ffdc hue: 0.46 , saturation: 1.00 and the lightness value of 66ffdc is 0.70.

The process color (four color CMYK) of #66ffdc color hex is 0.60, 0.00, 0.14, 0.00. Web safe color of #66ffdc is #66ffcc. Color #66ffdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11111111 11011100
Octal 146 377 334
Decimal 102 255 220
Hex 66 FF DC

RGB Percentages of Color #66ffdc

%17.68
%44.19
%38.13

CMYK Percentages of Color #66ffdc

%60
%0
%14
%0

Triadic Colors of #66ffdc

#66ffdc #dc66ff #ffdc66

Analogous Colors of #66ffdc

#66ffdc #66d6ff #66ff90

Monochromatic Colors of #66ffdc

#66ffdc

Complementary Color

#66ffdc #ff6689

#66ffdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66ffdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#66ffdc Color CSS Codes

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

#66ffdc Text Font Color

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

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


#66ffdc Background Color

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

This div background color is #66ffdc


#66ffdc Border Color

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

This div border color is #66ffdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66ffdc


Comments

No comments written yet.

Please login to write comment.