Color Hex Logo

#aaddab Color Hex

#AADDAB
(170,221,171)
0 Favorites   0 Comments

Color spaces of #aaddab

RGB 170221171
HSL0.340.430.77
HSV121°23°87°
CMYK 0.230.000.23   0.13
XYZ49.784763.199248.1028
Yxy63.19920.30910.3923
Hunter Lab79.4979-27.337719.7732
CIE-Lab83.5471-26.035119.3094

#aaddab color RGB value is (170,221,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 10101011
Octal 252 335 253
Decimal 170 221 171
Hex AA DD AB

RGB Percentages of Color #aaddab

%30.25
%39.32
%30.43

CMYK Percentages of Color #aaddab

%23
%0
%23
%13

Triadic Colors of #aaddab

#aaddab #abaadd #ddabaa

Analogous Colors of #aaddab

#aaddab #aaddc5 #c3ddaa

Monochromatic Colors of #aaddab

#aaddab

Complementary Color

#aaddab #ddaadc

#aaddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaddab Color CSS Codes

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

#aaddab Text Font Color

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

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


#aaddab Background Color

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

This div background color is #aaddab


#aaddab Border Color

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

This div border color is #aaddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaddab


Comments

No comments written yet.

Please login to write comment.