Color Hex Logo

#aaddee Color Hex

#AADDEE
(170,221,238)
4 Favorites   0 Comments

Color spaces of #aaddee

RGB 170221238
HSL0.540.670.80
HSV195°29°93°
CMYK 0.290.070.00   0.07
XYZ57.866666.432090.6617
Yxy66.43200.26920.3090
Hunter Lab81.5058-15.9058-8.8962
CIE-Lab85.2163-12.5042-13.6451

#aaddee color RGB value is (170,221,238).

#aaddee hex color red value is 170, green value is 221 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #aaddee hue: 0.54 , saturation: 0.67 and the lightness value of aaddee is 0.80.

The process color (four color CMYK) of #aaddee color hex is 0.29, 0.07, 0.00, 0.07. Web safe color of #aaddee is #99ccff. Color #aaddee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 11101110
Octal 252 335 356
Decimal 170 221 238
Hex AA DD EE

RGB Percentages of Color #aaddee

%27.03
%35.14
%37.84

CMYK Percentages of Color #aaddee

%29
%7
%0
%7

Triadic Colors of #aaddee

#aaddee #eeaadd #ddeeaa

Analogous Colors of #aaddee

#aaddee #aabbee #aaeedd

Monochromatic Colors of #aaddee

#aaddee

Complementary Color

#aaddee #eebbaa

#aaddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaddee Color CSS Codes

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

#aaddee Text Font Color

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

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


#aaddee Background Color

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

This div background color is #aaddee


#aaddee Border Color

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

This div border color is #aaddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaddee


Comments

No comments written yet.

Please login to write comment.