Color Hex Logo

#66caff Color Hex

#66CAFF
(102,202,255)
0 Favorites   0 Comments

Color spaces of #66caff

RGB 102202255
HSL0.561.000.70
HSV201°60°100°
CMYK 0.600.210.00   0.00
XYZ44.650052.2858102.3466
Yxy52.28580.22410.2624
Hunter Lab72.3089-16.3187-33.3033
CIE-Lab77.4514-14.1229-34.7919

#66caff color RGB value is (102,202,255).

#66caff hex color red value is 102, green value is 202 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #66caff hue: 0.56 , saturation: 1.00 and the lightness value of 66caff is 0.70.

The process color (four color CMYK) of #66caff color hex is 0.60, 0.21, 0.00, 0.00. Web safe color of #66caff is #66ccff. Color #66caff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11001010 11111111
Octal 146 312 377
Decimal 102 202 255
Hex 66 CA FF

RGB Percentages of Color #66caff

%18.25
%36.14
%45.62

CMYK Percentages of Color #66caff

%60
%21
%0
%0

Triadic Colors of #66caff

#66caff #ff66ca #caff66

Analogous Colors of #66caff

#66caff #667eff #66ffe8

Monochromatic Colors of #66caff

#66caff

Complementary Color

#66caff #ff9b66

#66caff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66caff Color Preview on White Background

Lorem ipsum dolor sit amet.

#66caff Color CSS Codes

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

#66caff Text Font Color

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

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


#66caff Background Color

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

This div background color is #66caff


#66caff Border Color

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

This div border color is #66caff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66caff


Comments

No comments written yet.

Please login to write comment.