Color Hex Logo

#66cceb Color Hex

#66CCEB
(102,204,235)
0 Favorites   0 Comments

Color spaces of #66cceb

RGB 102204235
HSL0.540.770.66
HSV194°57°92°
CMYK 0.570.130.00   0.08
XYZ42.067852.008786.4187
Yxy52.00870.23310.2881
Hunter Lab72.1171-22.0810-20.5659
CIE-Lab77.2860-21.0522-24.3357

#66cceb color RGB value is (102,204,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 11001100 11101011
Octal 146 314 353
Decimal 102 204 235
Hex 66 CC EB

RGB Percentages of Color #66cceb

%18.85
%37.71
%43.44

CMYK Percentages of Color #66cceb

%57
%13
%0
%8

Triadic Colors of #66cceb

#66cceb #eb66cc #cceb66

Analogous Colors of #66cceb

#66cceb #668aeb #66ebc8

Monochromatic Colors of #66cceb

#66cceb

Complementary Color

#66cceb #eb8566

#66cceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66cceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#66cceb Color CSS Codes

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

#66cceb Text Font Color

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

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


#66cceb Background Color

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

This div background color is #66cceb


#66cceb Border Color

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

This div border color is #66cceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66cceb


Comments

No comments written yet.

Please login to write comment.