Color Hex Logo

#aadee7 Color Hex

#AADEE7
(170,222,231)
0 Favorites   0 Comments

Color spaces of #aadee7

RGB 170222231
HSL0.520.560.79
HSV189°26°91°
CMYK 0.260.040.00   0.09
XYZ57.122666.558185.4376
Yxy66.55810.27320.3183
Hunter Lab81.5831-17.7890-4.9830
CIE-Lab85.2803-14.6041-9.8490

#aadee7 color RGB value is (170,222,231).

#aadee7 hex color red value is 170, green value is 222 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #aadee7 hue: 0.52 , saturation: 0.56 and the lightness value of aadee7 is 0.79.

The process color (four color CMYK) of #aadee7 color hex is 0.26, 0.04, 0.00, 0.09. Web safe color of #aadee7 is #99ccff. Color #aadee7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011110 11100111
Octal 252 336 347
Decimal 170 222 231
Hex AA DE E7

RGB Percentages of Color #aadee7

%27.29
%35.63
%37.08

CMYK Percentages of Color #aadee7

%26
%4
%0
%9

Triadic Colors of #aadee7

#aadee7 #e7aade #dee7aa

Analogous Colors of #aadee7

#aadee7 #aac0e7 #aae7d2

Monochromatic Colors of #aadee7

#aadee7

Complementary Color

#aadee7 #e7b3aa

#aadee7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadee7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadee7 Color CSS Codes

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

#aadee7 Text Font Color

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

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


#aadee7 Background Color

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

This div background color is #aadee7


#aadee7 Border Color

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

This div border color is #aadee7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadee7


Comments

No comments written yet.

Please login to write comment.