Color Hex Logo

#aadde2 Color Hex

#AADDE2
(170,221,226)
0 Favorites   0 Comments

Color spaces of #aadde2

RGB 170221226
HSL0.510.490.78
HSV185°25°89°
CMYK 0.250.020.00   0.11
XYZ56.161565.749981.6825
Yxy65.74990.27590.3229
Hunter Lab81.0863-18.2695-2.9655
CIE-Lab84.8687-15.2098-7.8156

#aadde2 color RGB value is (170,221,226).

#aadde2 hex color red value is 170, green value is 221 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #aadde2 hue: 0.51 , saturation: 0.49 and the lightness value of aadde2 is 0.78.

The process color (four color CMYK) of #aadde2 color hex is 0.25, 0.02, 0.00, 0.11. Web safe color of #aadde2 is #99cccc. Color #aadde2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 11100010
Octal 252 335 342
Decimal 170 221 226
Hex AA DD E2

RGB Percentages of Color #aadde2

%27.55
%35.82
%36.63

CMYK Percentages of Color #aadde2

%25
%2
%0
%11

Triadic Colors of #aadde2

#aadde2 #e2aadd #dde2aa

Analogous Colors of #aadde2

#aadde2 #aac1e2 #aae2cb

Monochromatic Colors of #aadde2

#aadde2

Complementary Color

#aadde2 #e2afaa

#aadde2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadde2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadde2 Color CSS Codes

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

#aadde2 Text Font Color

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

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


#aadde2 Background Color

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

This div background color is #aadde2


#aadde2 Border Color

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

This div border color is #aadde2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadde2


Comments

No comments written yet.

Please login to write comment.