Color Hex Logo

#66a3ce Color Hex

#66A3CE
(102,163,206)
0 Favorites   0 Comments

Color spaces of #66a3ce

RGB 102163206
HSL0.570.510.60
HSV205°50°81°
CMYK 0.500.210.00   0.19
XYZ29.717333.475463.2877
Yxy33.47540.23500.2647
Hunter Lab57.8579-9.5692-24.3536
CIE-Lab64.5440-7.8127-28.0413

#66a3ce color RGB value is (102,163,206).

#66a3ce hex color red value is 102, green value is 163 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #66a3ce hue: 0.57 , saturation: 0.51 and the lightness value of 66a3ce is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10100011 11001110
Octal 146 243 316
Decimal 102 163 206
Hex 66 A3 CE

RGB Percentages of Color #66a3ce

%21.66
%34.61
%43.74

CMYK Percentages of Color #66a3ce

%50
%21
%0
%19

Triadic Colors of #66a3ce

#66a3ce #ce66a3 #a3ce66

Analogous Colors of #66a3ce

#66a3ce #666fce #66cec5

Monochromatic Colors of #66a3ce

#66a3ce

Complementary Color

#66a3ce #ce9166

#66a3ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66a3ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#66a3ce Color CSS Codes

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

#66a3ce Text Font Color

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

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


#66a3ce Background Color

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

This div background color is #66a3ce


#66a3ce Border Color

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

This div border color is #66a3ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66a3ce


Comments

No comments written yet.

Please login to write comment.