Color Hex Logo

#66dceb Color Hex

#66DCEB
(102,220,235)
0 Favorites   0 Comments

Color spaces of #66dceb

RGB 102220235
HSL0.520.770.66
HSV187°57°92°
CMYK 0.570.060.00   0.08
XYZ46.068160.009387.7522
Yxy60.00930.23770.3096
Hunter Lab77.4657-29.4127-12.9370
CIE-Lab81.8432-28.9811-17.4260

#66dceb color RGB value is (102,220,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 11011100 11101011
Octal 146 334 353
Decimal 102 220 235
Hex 66 DC EB

RGB Percentages of Color #66dceb

%18.31
%39.50
%42.19

CMYK Percentages of Color #66dceb

%57
%6
%0
%8

Triadic Colors of #66dceb

#66dceb #eb66dc #dceb66

Analogous Colors of #66dceb

#66dceb #669aeb #66ebb8

Monochromatic Colors of #66dceb

#66dceb

Complementary Color

#66dceb #eb7566

#66dceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66dceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#66dceb Color CSS Codes

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

#66dceb Text Font Color

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

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


#66dceb Background Color

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

This div background color is #66dceb


#66dceb Border Color

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

This div border color is #66dceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66dceb


Comments

No comments written yet.

Please login to write comment.