Color Hex Logo

#66aeea Color Hex

#66AEEA
(102,174,234)
0 Favorites   0 Comments

Color spaces of #66aeea

RGB 102174234
HSL0.580.760.66
HSV207°56°92°
CMYK 0.560.260.00   0.08
XYZ35.466839.037483.5076
Yxy39.03740.22450.2471
Hunter Lab62.4799-8.0141-35.5082
CIE-Lab68.7783-5.4554-36.9010

#66aeea color RGB value is (102,174,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101110 11101010
Octal 146 256 352
Decimal 102 174 234
Hex 66 AE EA

RGB Percentages of Color #66aeea

%20.00
%34.12
%45.88

CMYK Percentages of Color #66aeea

%56
%26
%0
%8

Triadic Colors of #66aeea

#66aeea #ea66ae #aeea66

Analogous Colors of #66aeea

#66aeea #666cea #66eae4

Monochromatic Colors of #66aeea

#66aeea

Complementary Color

#66aeea #eaa266

#66aeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66aeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#66aeea Color CSS Codes

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

#66aeea Text Font Color

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

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


#66aeea Background Color

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

This div background color is #66aeea


#66aeea Border Color

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

This div border color is #66aeea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,174,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 #66aeea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66aeea


Comments

No comments written yet.

Please login to write comment.