Color Hex Logo

#aab78c Color Hex

#AAB78C
(170,183,140)
0 Favorites   0 Comments

Color spaces of #aab78c

RGB 170183140
HSL0.220.230.63
HSV78°23°72°
CMYK 0.070.000.23   0.28
XYZ38.244744.306531.3472
Yxy44.30650.33580.3890
Hunter Lab66.5631-13.926018.6722
CIE-Lab72.4329-12.044920.4090

#aab78c color RGB value is (170,183,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110111 10001100
Octal 252 267 214
Decimal 170 183 140
Hex AA B7 8C

RGB Percentages of Color #aab78c

%34.48
%37.12
%28.40

CMYK Percentages of Color #aab78c

%7
%0
%23
%28

Triadic Colors of #aab78c

#aab78c #8caab7 #b78caa

Analogous Colors of #aab78c

#aab78c #95b78c #b7af8c

Monochromatic Colors of #aab78c

#aab78c

Complementary Color

#aab78c #998cb7

#aab78c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab78c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab78c Color CSS Codes

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

#aab78c Text Font Color

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

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


#aab78c Background Color

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

This div background color is #aab78c


#aab78c Border Color

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

This div border color is #aab78c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab78c


Comments

No comments written yet.

Please login to write comment.