Color Hex Logo

#aaddbd Color Hex

#AADDBD
(170,221,189)
0 Favorites   0 Comments

Color spaces of #aaddbd

RGB 170221189
HSL0.400.430.77
HSV142°23°87°
CMYK 0.230.000.14   0.13
XYZ51.619363.933157.7638
Yxy63.93310.29780.3689
Hunter Lab79.9582-24.691013.1381
CIE-Lab83.9309-22.798410.3891

#aaddbd color RGB value is (170,221,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 10111101
Octal 252 335 275
Decimal 170 221 189
Hex AA DD BD

RGB Percentages of Color #aaddbd

%29.31
%38.10
%32.59

CMYK Percentages of Color #aaddbd

%23
%0
%14
%13

Triadic Colors of #aaddbd

#aaddbd #bdaadd #ddbdaa

Analogous Colors of #aaddbd

#aaddbd #aaddd7 #b1ddaa

Monochromatic Colors of #aaddbd

#aaddbd

Complementary Color

#aaddbd #ddaaca

#aaddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaddbd Color CSS Codes

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

#aaddbd Text Font Color

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

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


#aaddbd Background Color

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

This div background color is #aaddbd


#aaddbd Border Color

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

This div border color is #aaddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaddbd


Comments

No comments written yet.

Please login to write comment.