Color Hex Logo

#66a6cc Color Hex

#66A6CC
(102,166,204)
0 Favorites   0 Comments

Color spaces of #66a6cc

RGB 102166204
HSL0.560.500.60
HSV202°50°80°
CMYK 0.500.190.00   0.20
XYZ30.014834.456962.1956
Yxy34.45690.23700.2720
Hunter Lab58.7000-11.4534-21.7307
CIE-Lab65.3236-10.0444-25.7315

#66a6cc color RGB value is (102,166,204).

#66a6cc hex color red value is 102, green value is 166 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #66a6cc hue: 0.56 , saturation: 0.50 and the lightness value of 66a6cc is 0.60.

The process color (four color CMYK) of #66a6cc color hex is 0.50, 0.19, 0.00, 0.20. Web safe color of #66a6cc is #6699cc. Color #66a6cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10100110 11001100
Octal 146 246 314
Decimal 102 166 204
Hex 66 A6 CC

RGB Percentages of Color #66a6cc

%21.61
%35.17
%43.22

CMYK Percentages of Color #66a6cc

%50
%19
%0
%20

Triadic Colors of #66a6cc

#66a6cc #cc66a6 #a6cc66

Analogous Colors of #66a6cc

#66a6cc #6673cc #66ccbf

Monochromatic Colors of #66a6cc

#66a6cc

Complementary Color

#66a6cc #cc8c66

#66a6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66a6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#66a6cc Color CSS Codes

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

#66a6cc Text Font Color

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

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


#66a6cc Background Color

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

This div background color is #66a6cc


#66a6cc Border Color

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

This div border color is #66a6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66a6cc


Comments

No comments written yet.

Please login to write comment.