Color Hex Logo

#aaddde Color Hex

#AADDDE
(170,221,222)
0 Favorites   0 Comments

Color spaces of #aaddde

RGB 170221222
HSL0.500.440.77
HSV181°23°87°
CMYK 0.230.000.00   0.13
XYZ55.618865.532978.8249
Yxy65.53290.27810.3277
Hunter Lab80.9524-19.0273-1.0651
CIE-Lab84.7576-16.0868-5.8627

#aaddde color RGB value is (170,221,222).

#aaddde hex color red value is 170, green value is 221 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aaddde hue: 0.50 , saturation: 0.44 and the lightness value of aaddde is 0.77.

The process color (four color CMYK) of #aaddde color hex is 0.23, 0.00, 0.00, 0.13. Web safe color of #aaddde is #99cccc. Color #aaddde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 11011110
Octal 252 335 336
Decimal 170 221 222
Hex AA DD DE

RGB Percentages of Color #aaddde

%27.73
%36.05
%36.22

CMYK Percentages of Color #aaddde

%23
%0
%0
%13

Triadic Colors of #aaddde

#aaddde #deaadd #dddeaa

Analogous Colors of #aaddde

#aaddde #aac3de #aadec5

Monochromatic Colors of #aaddde

#aaddde

Complementary Color

#aaddde #deabaa

#aaddde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaddde Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaddde Color CSS Codes

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

#aaddde Text Font Color

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

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


#aaddde Background Color

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

This div background color is #aaddde


#aaddde Border Color

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

This div border color is #aaddde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaddde


Comments

No comments written yet.

Please login to write comment.