Color Hex Logo

#66cbee Color Hex

#66CBEE
(102,203,238)
0 Favorites   0 Comments

Color spaces of #66cbee

RGB 102203238
HSL0.540.800.67
HSV195°57°93°
CMYK 0.570.150.00   0.07
XYZ42.268051.709788.6421
Yxy51.70970.23150.2832
Hunter Lab71.9095-20.9202-22.7496
CIE-Lab77.1069-19.6766-26.2191

#66cbee color RGB value is (102,203,238).

#66cbee hex color red value is 102, green value is 203 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #66cbee hue: 0.54 , saturation: 0.80 and the lightness value of 66cbee is 0.67.

The process color (four color CMYK) of #66cbee color hex is 0.57, 0.15, 0.00, 0.07. Web safe color of #66cbee is #66ccff. Color #66cbee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11001011 11101110
Octal 146 313 356
Decimal 102 203 238
Hex 66 CB EE

RGB Percentages of Color #66cbee

%18.78
%37.38
%43.83

CMYK Percentages of Color #66cbee

%57
%15
%0
%7

Triadic Colors of #66cbee

#66cbee #ee66cb #cbee66

Analogous Colors of #66cbee

#66cbee #6687ee #66eecd

Monochromatic Colors of #66cbee

#66cbee

Complementary Color

#66cbee #ee8966

#66cbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66cbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#66cbee Color CSS Codes

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

#66cbee Text Font Color

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

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


#66cbee Background Color

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

This div background color is #66cbee


#66cbee Border Color

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

This div border color is #66cbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66cbee


Comments

No comments written yet.

Please login to write comment.