Color Hex Logo

#aaddac Color Hex

#AADDAC
(170,221,172)
0 Favorites   0 Comments

Color spaces of #aaddac

RGB 170221172
HSL0.340.430.77
HSV122°23°87°
CMYK 0.230.000.22   0.13
XYZ49.880463.237548.6068
Yxy63.23750.30840.3910
Hunter Lab79.5220-27.198919.4252
CIE-Lab83.5672-25.863718.8140

#aaddac color RGB value is (170,221,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 10101100
Octal 252 335 254
Decimal 170 221 172
Hex AA DD AC

RGB Percentages of Color #aaddac

%30.20
%39.25
%30.55

CMYK Percentages of Color #aaddac

%23
%0
%22
%13

Triadic Colors of #aaddac

#aaddac #acaadd #ddacaa

Analogous Colors of #aaddac

#aaddac #aaddc6 #c2ddaa

Monochromatic Colors of #aaddac

#aaddac

Complementary Color

#aaddac #ddaadb

#aaddac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaddac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaddac Color CSS Codes

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

#aaddac Text Font Color

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

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


#aaddac Background Color

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

This div background color is #aaddac


#aaddac Border Color

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

This div border color is #aaddac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaddac


Comments

No comments written yet.

Please login to write comment.