Color Hex Logo

#aadae0 Color Hex

#AADAE0
(170,218,224)
0 Favorites   0 Comments

Color spaces of #aadae0

RGB 170218224
HSL0.520.470.77
HSV187°24°88°
CMYK 0.240.030.00   0.12
XYZ55.103564.070779.9836
Yxy64.07070.27670.3217
Hunter Lab80.0442-17.1955-3.2142
CIE-Lab84.0026-14.1279-8.0401

#aadae0 color RGB value is (170,218,224).

#aadae0 hex color red value is 170, green value is 218 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #aadae0 hue: 0.52 , saturation: 0.47 and the lightness value of aadae0 is 0.77.

The process color (four color CMYK) of #aadae0 color hex is 0.24, 0.03, 0.00, 0.12. Web safe color of #aadae0 is #99cccc. Color #aadae0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 11100000
Octal 252 332 340
Decimal 170 218 224
Hex AA DA E0

RGB Percentages of Color #aadae0

%27.78
%35.62
%36.60

CMYK Percentages of Color #aadae0

%24
%3
%0
%12

Triadic Colors of #aadae0

#aadae0 #e0aada #dae0aa

Analogous Colors of #aadae0

#aadae0 #aabfe0 #aae0cb

Monochromatic Colors of #aadae0

#aadae0

Complementary Color

#aadae0 #e0b0aa

#aadae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadae0 Color CSS Codes

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

#aadae0 Text Font Color

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

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


#aadae0 Background Color

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

This div background color is #aadae0


#aadae0 Border Color

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

This div border color is #aadae0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,218,224, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aadae0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aadae0;
  -webkit-box-shadow: 1px 1px 3px 2px #aadae0;
  box-shadow:         1px 1px 3px 2px #aadae0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,218,224, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadae0


Comments

No comments written yet.

Please login to write comment.