Color Hex Logo

#aadde9 Color Hex

#AADDE9
(170,221,233)
0 Favorites   0 Comments

Color spaces of #aadde9

RGB 170221233
HSL0.530.590.79
HSV191°27°91°
CMYK 0.270.050.00   0.09
XYZ57.142066.142186.8458
Yxy66.14210.27190.3148
Hunter Lab81.3278-16.9071-6.3833
CIE-Lab85.0688-13.6449-11.2216

#aadde9 color RGB value is (170,221,233).

#aadde9 hex color red value is 170, green value is 221 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #aadde9 hue: 0.53 , saturation: 0.59 and the lightness value of aadde9 is 0.79.

The process color (four color CMYK) of #aadde9 color hex is 0.27, 0.05, 0.00, 0.09. Web safe color of #aadde9 is #99ccff. Color #aadde9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 11101001
Octal 252 335 351
Decimal 170 221 233
Hex AA DD E9

RGB Percentages of Color #aadde9

%27.24
%35.42
%37.34

CMYK Percentages of Color #aadde9

%27
%5
%0
%9

Triadic Colors of #aadde9

#aadde9 #e9aadd #dde9aa

Analogous Colors of #aadde9

#aadde9 #aabee9 #aae9d6

Monochromatic Colors of #aadde9

#aadde9

Complementary Color

#aadde9 #e9b6aa

#aadde9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadde9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadde9 Color CSS Codes

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

#aadde9 Text Font Color

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

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


#aadde9 Background Color

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

This div background color is #aadde9


#aadde9 Border Color

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

This div border color is #aadde9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadde9


Comments

No comments written yet.

Please login to write comment.