Color Hex Logo

#aadeea Color Hex

#AADEEA
(170,222,234)
0 Favorites   0 Comments

Color spaces of #aadeea

RGB 170222234
HSL0.530.600.79
HSV191°27°92°
CMYK 0.270.050.00   0.08
XYZ57.550166.729187.6887
Yxy66.72910.27150.3148
Hunter Lab81.6879-17.1984-6.4639
CIE-Lab85.3670-13.9277-11.3057

#aadeea color RGB value is (170,222,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011110 11101010
Octal 252 336 352
Decimal 170 222 234
Hex AA DE EA

RGB Percentages of Color #aadeea

%27.16
%35.46
%37.38

CMYK Percentages of Color #aadeea

%27
%5
%0
%8

Triadic Colors of #aadeea

#aadeea #eaaade #deeaaa

Analogous Colors of #aadeea

#aadeea #aabeea #aaead6

Monochromatic Colors of #aadeea

#aadeea

Complementary Color

#aadeea #eab6aa

#aadeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadeea Color CSS Codes

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

#aadeea Text Font Color

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

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


#aadeea Background Color

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

This div background color is #aadeea


#aadeea Border Color

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

This div border color is #aadeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadeea


Comments

No comments written yet.

Please login to write comment.