Color Hex Logo

#aadde5 Color Hex

#AADDE5
(170,221,229)
0 Favorites   0 Comments

Color spaces of #aadde5

RGB 170221229
HSL0.520.530.78
HSV188°26°90°
CMYK 0.260.030.00   0.10
XYZ56.576965.916183.8699
Yxy65.91610.27420.3194
Hunter Lab81.1887-17.6914-4.4159
CIE-Lab84.9536-14.5439-9.2770

#aadde5 color RGB value is (170,221,229).

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

The process color (four color CMYK) of #aadde5 color hex is 0.26, 0.03, 0.00, 0.10. Web safe color of #aadde5 is #99cccc. Color #aadde5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 11100101
Octal 252 335 345
Decimal 170 221 229
Hex AA DD E5

RGB Percentages of Color #aadde5

%27.42
%35.65
%36.94

CMYK Percentages of Color #aadde5

%26
%3
%0
%10

Triadic Colors of #aadde5

#aadde5 #e5aadd #dde5aa

Analogous Colors of #aadde5

#aadde5 #aac0e5 #aae5d0

Monochromatic Colors of #aadde5

#aadde5

Complementary Color

#aadde5 #e5b2aa

#aadde5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadde5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadde5 Color CSS Codes

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

#aadde5 Text Font Color

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

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


#aadde5 Background Color

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

This div background color is #aadde5


#aadde5 Border Color

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

This div border color is #aadde5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadde5


Comments

No comments written yet.

Please login to write comment.