Color Hex Logo

#aadaee Color Hex

#AADAEE
(170,218,238)
0 Favorites   0 Comments

Color spaces of #aadaee

RGB 170218238
HSL0.550.670.80
HSV198°29°93°
CMYK 0.290.080.00   0.07
XYZ57.081664.861990.4000
Yxy64.86190.26880.3055
Hunter Lab80.5369-14.4253-10.1753
CIE-Lab84.4125-10.9647-14.8497

#aadaee color RGB value is (170,218,238).

#aadaee hex color red value is 170, green value is 218 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #aadaee hue: 0.55 , saturation: 0.67 and the lightness value of aadaee is 0.80.

The process color (four color CMYK) of #aadaee color hex is 0.29, 0.08, 0.00, 0.07. Web safe color of #aadaee is #99ccff. Color #aadaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 11101110
Octal 252 332 356
Decimal 170 218 238
Hex AA DA EE

RGB Percentages of Color #aadaee

%27.16
%34.82
%38.02

CMYK Percentages of Color #aadaee

%29
%8
%0
%7

Triadic Colors of #aadaee

#aadaee #eeaada #daeeaa

Analogous Colors of #aadaee

#aadaee #aab8ee #aaeee0

Monochromatic Colors of #aadaee

#aadaee

Complementary Color

#aadaee #eebeaa

#aadaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadaee Color CSS Codes

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

#aadaee Text Font Color

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

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


#aadaee Background Color

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

This div background color is #aadaee


#aadaee Border Color

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

This div border color is #aadaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadaee


Comments

No comments written yet.

Please login to write comment.