Color Hex Logo

#66acea Color Hex

#66ACEA
(102,172,234)
0 Favorites   0 Comments

Color spaces of #66acea

RGB 102172234
HSL0.580.760.66
HSV208°56°92°
CMYK 0.560.260.00   0.08
XYZ35.083338.270383.3797
Yxy38.27030.22380.2442
Hunter Lab61.8630-7.0306-36.6077
CIE-Lab68.2194-4.3481-37.7713

#66acea color RGB value is (102,172,234).

#66acea hex color red value is 102, green value is 172 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #66acea hue: 0.58 , saturation: 0.76 and the lightness value of 66acea is 0.66.

The process color (four color CMYK) of #66acea color hex is 0.56, 0.26, 0.00, 0.08. Web safe color of #66acea is #6699ff. Color #66acea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101100 11101010
Octal 146 254 352
Decimal 102 172 234
Hex 66 AC EA

RGB Percentages of Color #66acea

%20.08
%33.86
%46.06

CMYK Percentages of Color #66acea

%56
%26
%0
%8

Triadic Colors of #66acea

#66acea #ea66ac #acea66

Analogous Colors of #66acea

#66acea #666aea #66eae6

Monochromatic Colors of #66acea

#66acea

Complementary Color

#66acea #eaa466

#66acea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66acea Color Preview on White Background

Lorem ipsum dolor sit amet.

#66acea Color CSS Codes

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

#66acea Text Font Color

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

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


#66acea Background Color

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

This div background color is #66acea


#66acea Border Color

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

This div border color is #66acea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66acea


Comments

No comments written yet.

Please login to write comment.