Color Hex Logo

#66caef Color Hex

#66CAEF
(102,202,239)
0 Favorites   0 Comments

Color spaces of #66caef

RGB 102202239
HSL0.550.810.67
HSV196°57°94°
CMYK 0.570.150.00   0.06
XYZ42.180051.297889.3397
Yxy51.29780.23070.2806
Hunter Lab71.6225-20.2169-23.8208
CIE-Lab76.8590-18.8732-27.1351

#66caef color RGB value is (102,202,239).

#66caef hex color red value is 102, green value is 202 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #66caef hue: 0.55 , saturation: 0.81 and the lightness value of 66caef is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 11001010 11101111
Octal 146 312 357
Decimal 102 202 239
Hex 66 CA EF

RGB Percentages of Color #66caef

%18.78
%37.20
%44.01

CMYK Percentages of Color #66caef

%57
%15
%0
%6

Triadic Colors of #66caef

#66caef #ef66ca #caef66

Analogous Colors of #66caef

#66caef #6686ef #66efd0

Monochromatic Colors of #66caef

#66caef

Complementary Color

#66caef #ef8b66

#66caef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66caef Color Preview on White Background

Lorem ipsum dolor sit amet.

#66caef Color CSS Codes

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

#66caef Text Font Color

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

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


#66caef Background Color

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

This div background color is #66caef


#66caef Border Color

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

This div border color is #66caef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66caef


Comments

No comments written yet.

Please login to write comment.