Color Hex Logo

#66ceeb Color Hex

#66CEEB
(102,206,235)
0 Favorites   0 Comments

Color spaces of #66ceeb

RGB 102206235
HSL0.540.770.66
HSV193°57°92°
CMYK 0.570.120.00   0.08
XYZ42.546252.965686.5782
Yxy52.96560.23370.2909
Hunter Lab72.7775-23.0083-19.5889
CIE-Lab77.8547-22.0642-23.4691

#66ceeb color RGB value is (102,206,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 11001110 11101011
Octal 146 316 353
Decimal 102 206 235
Hex 66 CE EB

RGB Percentages of Color #66ceeb

%18.78
%37.94
%43.28

CMYK Percentages of Color #66ceeb

%57
%12
%0
%8

Triadic Colors of #66ceeb

#66ceeb #eb66ce #ceeb66

Analogous Colors of #66ceeb

#66ceeb #668ceb #66ebc6

Monochromatic Colors of #66ceeb

#66ceeb

Complementary Color

#66ceeb #eb8366

#66ceeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66ceeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#66ceeb Color CSS Codes

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

#66ceeb Text Font Color

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

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


#66ceeb Background Color

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

This div background color is #66ceeb


#66ceeb Border Color

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

This div border color is #66ceeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,206,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 #66ceeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66ceeb


Comments

No comments written yet.

Please login to write comment.