Color Hex Logo

#aadeac Color Hex

#AADEAC
(170,222,172)
0 Favorites   0 Comments

Color spaces of #aadeac

RGB 170222172
HSL0.340.440.77
HSV122°23°87°
CMYK 0.230.000.23   0.13
XYZ50.145263.767248.6951
Yxy63.76720.30840.3922
Hunter Lab79.8544-27.654619.7431
CIE-Lab83.8444-26.346219.1994

#aadeac color RGB value is (170,222,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011110 10101100
Octal 252 336 254
Decimal 170 222 172
Hex AA DE AC

RGB Percentages of Color #aadeac

%30.14
%39.36
%30.50

CMYK Percentages of Color #aadeac

%23
%0
%23
%13

Triadic Colors of #aadeac

#aadeac #acaade #deacaa

Analogous Colors of #aadeac

#aadeac #aadec6 #c2deaa

Monochromatic Colors of #aadeac

#aadeac

Complementary Color

#aadeac #deaadc

#aadeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadeac Color CSS Codes

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

#aadeac Text Font Color

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

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


#aadeac Background Color

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

This div background color is #aadeac


#aadeac Border Color

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

This div border color is #aadeac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,222,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 #aadeac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadeac


Comments

No comments written yet.

Please login to write comment.