Color Hex Logo

#aadaac Color Hex

#AADAAC
(170,218,172)
0 Favorites   0 Comments

Color spaces of #aadaac

RGB 170218172
HSL0.340.390.76
HSV123°22°85°
CMYK 0.220.000.21   0.15
XYZ49.095461.667448.3451
Yxy61.66740.30860.3876
Hunter Lab78.5286-25.828418.4689
CIE-Lab82.7362-24.408917.6561

#aadaac color RGB value is (170,218,172).

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

The process color (four color CMYK) of #aadaac color hex is 0.22, 0.00, 0.21, 0.15. Web safe color of #aadaac is #99cc99. Color #aadaac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 10101100
Octal 252 332 254
Decimal 170 218 172
Hex AA DA AC

RGB Percentages of Color #aadaac

%30.36
%38.93
%30.71

CMYK Percentages of Color #aadaac

%22
%0
%21
%15

Triadic Colors of #aadaac

#aadaac #acaada #daacaa

Analogous Colors of #aadaac

#aadaac #aadac4 #c0daaa

Monochromatic Colors of #aadaac

#aadaac

Complementary Color

#aadaac #daaad8

#aadaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadaac Color CSS Codes

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

#aadaac Text Font Color

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

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


#aadaac Background Color

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

This div background color is #aadaac


#aadaac Border Color

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

This div border color is #aadaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadaac


Comments

No comments written yet.

Please login to write comment.