Color Hex Logo

#aadbac Color Hex

#AADBAC
(170,219,172)
0 Favorites   0 Comments

Color spaces of #aadbac

RGB 170219172
HSL0.340.400.76
HSV122°22°86°
CMYK 0.220.000.21   0.14
XYZ49.355562.187648.4318
Yxy62.18760.30850.3887
Hunter Lab78.8591-26.285818.7881
CIE-Lab83.0131-24.895018.0423

#aadbac color RGB value is (170,219,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 10101100
Octal 252 333 254
Decimal 170 219 172
Hex AA DB AC

RGB Percentages of Color #aadbac

%30.30
%39.04
%30.66

CMYK Percentages of Color #aadbac

%22
%0
%21
%14

Triadic Colors of #aadbac

#aadbac #acaadb #dbacaa

Analogous Colors of #aadbac

#aadbac #aadbc5 #c1dbaa

Monochromatic Colors of #aadbac

#aadbac

Complementary Color

#aadbac #dbaad9

#aadbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadbac Color CSS Codes

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

#aadbac Text Font Color

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

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


#aadbac Background Color

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

This div background color is #aadbac


#aadbac Border Color

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

This div border color is #aadbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadbac


Comments

No comments written yet.

Please login to write comment.