Color Hex Logo

#66ddea Color Hex

#66DDEA
(102,221,234)
0 Favorites   0 Comments

Color spaces of #66ddea

RGB 102221234
HSL0.520.760.66
HSV186°56°92°
CMYK 0.560.060.00   0.08
XYZ46.187260.478287.0810
Yxy60.47820.23840.3122
Hunter Lab77.7677-30.0802-11.9530
CIE-Lab82.0974-29.7385-16.5120

#66ddea color RGB value is (102,221,234).

#66ddea hex color red value is 102, green value is 221 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #66ddea hue: 0.52 , saturation: 0.76 and the lightness value of 66ddea is 0.66.

The process color (four color CMYK) of #66ddea color hex is 0.56, 0.06, 0.00, 0.08. Web safe color of #66ddea is #66ccff. Color #66ddea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11011101 11101010
Octal 146 335 352
Decimal 102 221 234
Hex 66 DD EA

RGB Percentages of Color #66ddea

%18.31
%39.68
%42.01

CMYK Percentages of Color #66ddea

%56
%6
%0
%8

Triadic Colors of #66ddea

#66ddea #ea66dd #ddea66

Analogous Colors of #66ddea

#66ddea #669bea #66eab5

Monochromatic Colors of #66ddea

#66ddea

Complementary Color

#66ddea #ea7366

#66ddea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66ddea Color Preview on White Background

Lorem ipsum dolor sit amet.

#66ddea Color CSS Codes

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

#66ddea Text Font Color

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

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


#66ddea Background Color

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

This div background color is #66ddea


#66ddea Border Color

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

This div border color is #66ddea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66ddea


Comments

No comments written yet.

Please login to write comment.