Color Hex Logo

#66fcdd Color Hex

#66FCDD
(102,252,221)
0 Favorites   0 Comments

Color spaces of #66fcdd

RGB 102252221
HSL0.470.960.69
HSV168°60°99°
CMYK 0.600.000.12   0.01
XYZ53.341077.666080.5863
Yxy77.66600.25210.3671
Hunter Lab88.1283-46.18477.4739
CIE-Lab90.6273-47.17602.9297

#66fcdd color RGB value is (102,252,221).

#66fcdd hex color red value is 102, green value is 252 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #66fcdd hue: 0.47 , saturation: 0.96 and the lightness value of 66fcdd is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 11111100 11011101
Octal 146 374 335
Decimal 102 252 221
Hex 66 FC DD

RGB Percentages of Color #66fcdd

%17.74
%43.83
%38.43

CMYK Percentages of Color #66fcdd

%60
%0
%12
%1

Triadic Colors of #66fcdd

#66fcdd #dd66fc #fcdd66

Analogous Colors of #66fcdd

#66fcdd #66d0fc #66fc92

Monochromatic Colors of #66fcdd

#66fcdd

Complementary Color

#66fcdd #fc6685

#66fcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66fcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#66fcdd Color CSS Codes

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

#66fcdd Text Font Color

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

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


#66fcdd Background Color

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

This div background color is #66fcdd


#66fcdd Border Color

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

This div border color is #66fcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66fcdd


Comments

No comments written yet.

Please login to write comment.