Color Hex Logo

#66aedc Color Hex

#66AEDC
(102,174,220)
0 Favorites   0 Comments

Color spaces of #66aedc

RGB 102174220
HSL0.560.630.63
HSV203°54°86°
CMYK 0.540.210.00   0.14
XYZ33.533838.264273.3285
Yxy38.26420.23110.2637
Hunter Lab61.8581-11.4852-26.9836
CIE-Lab68.2149-9.6888-30.1096

#66aedc color RGB value is (102,174,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101110 11011100
Octal 146 256 334
Decimal 102 174 220
Hex 66 AE DC

RGB Percentages of Color #66aedc

%20.56
%35.08
%44.35

CMYK Percentages of Color #66aedc

%54
%21
%0
%14

Triadic Colors of #66aedc

#66aedc #dc66ae #aedc66

Analogous Colors of #66aedc

#66aedc #6673dc #66dccf

Monochromatic Colors of #66aedc

#66aedc

Complementary Color

#66aedc #dc9466

#66aedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66aedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#66aedc Color CSS Codes

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

#66aedc Text Font Color

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

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


#66aedc Background Color

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

This div background color is #66aedc


#66aedc Border Color

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

This div border color is #66aedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66aedc


Comments

No comments written yet.

Please login to write comment.