Color Hex Logo

#aadedd Color Hex

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

Color spaces of #aadedd

RGB 170222221
HSL0.500.440.77
HSV179°23°87°
CMYK 0.230.000.00   0.13
XYZ55.750066.009178.2093
Yxy66.00910.27880.3301
Hunter Lab81.2460-19.6960-0.2018
CIE-Lab85.0011-16.8076-4.9742

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

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

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

Base Numbers

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

RGB Percentages of Color #aadedd

%27.73
%36.22
%36.05

CMYK Percentages of Color #aadedd

%23
%0
%0
%13

Triadic Colors of #aadedd

#aadedd #ddaade #deddaa

Analogous Colors of #aadedd

#aadedd #aac5de #aadec3

Monochromatic Colors of #aadedd

#aadedd

Complementary Color

#aadedd #deaaab

#aadedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadedd Color CSS Codes

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

#aadedd Text Font Color

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

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


#aadedd Background Color

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

This div background color is #aadedd


#aadedd Border Color

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

This div border color is #aadedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadedd


Comments

No comments written yet.

Please login to write comment.