Color Hex Logo

#aab78e Color Hex

#AAB78E
(170,183,142)
0 Favorites   0 Comments

Color spaces of #aab78e

RGB 170183142
HSL0.220.220.64
HSV79°22°72°
CMYK 0.070.000.22   0.28
XYZ38.393544.366032.1311
Yxy44.36600.33420.3862
Hunter Lab66.6078-13.674218.0244
CIE-Lab72.4725-11.737319.3854

#aab78e color RGB value is (170,183,142).

#aab78e hex color red value is 170, green value is 183 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #aab78e hue: 0.22 , saturation: 0.22 and the lightness value of aab78e is 0.64.

The process color (four color CMYK) of #aab78e color hex is 0.07, 0.00, 0.22, 0.28. Web safe color of #aab78e is #99cc99. Color #aab78e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110111 10001110
Octal 252 267 216
Decimal 170 183 142
Hex AA B7 8E

RGB Percentages of Color #aab78e

%34.34
%36.97
%28.69

CMYK Percentages of Color #aab78e

%7
%0
%22
%28

Triadic Colors of #aab78e

#aab78e #8eaab7 #b78eaa

Analogous Colors of #aab78e

#aab78e #96b78e #b7b08e

Monochromatic Colors of #aab78e

#aab78e

Complementary Color

#aab78e #9b8eb7

#aab78e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab78e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab78e Color CSS Codes

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

#aab78e Text Font Color

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

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


#aab78e Background Color

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

This div background color is #aab78e


#aab78e Border Color

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

This div border color is #aab78e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab78e


Comments

No comments written yet.

Please login to write comment.