Color Hex Logo

#66a7dc Color Hex

#66A7DC
(102,167,220)
0 Favorites   0 Comments

Color spaces of #66a7dc

RGB 102167220
HSL0.570.630.63
HSV207°54°86°
CMYK 0.540.240.00   0.14
XYZ32.216535.629572.8893
Yxy35.62950.22890.2532
Hunter Lab59.6905-8.1172-30.6170
CIE-Lab66.2359-5.8468-33.1710

#66a7dc color RGB value is (102,167,220).

#66a7dc hex color red value is 102, green value is 167 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #66a7dc hue: 0.57 , saturation: 0.63 and the lightness value of 66a7dc is 0.63.

The process color (four color CMYK) of #66a7dc color hex is 0.54, 0.24, 0.00, 0.14. Web safe color of #66a7dc is #6699cc. Color #66a7dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10100111 11011100
Octal 146 247 334
Decimal 102 167 220
Hex 66 A7 DC

RGB Percentages of Color #66a7dc

%20.86
%34.15
%44.99

CMYK Percentages of Color #66a7dc

%54
%24
%0
%14

Triadic Colors of #66a7dc

#66a7dc #dc66a7 #a7dc66

Analogous Colors of #66a7dc

#66a7dc #666cdc #66dcd6

Monochromatic Colors of #66a7dc

#66a7dc

Complementary Color

#66a7dc #dc9b66

#66a7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66a7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#66a7dc Color CSS Codes

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

#66a7dc Text Font Color

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

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


#66a7dc Background Color

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

This div background color is #66a7dc


#66a7dc Border Color

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

This div border color is #66a7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66a7dc


Comments

No comments written yet.

Please login to write comment.