Color Hex Logo

#aab878 Color Hex

#AAB878
(170,184,120)
0 Favorites   0 Comments

Color spaces of #aab878

RGB 170184120
HSL0.200.310.60
HSV73°35°72°
CMYK 0.080.000.35   0.28
XYZ37.108244.183124.3417
Yxy44.18310.35130.4183
Hunter Lab66.4704-16.672524.8170
CIE-Lab72.3507-15.383930.9451

#aab878 color RGB value is (170,184,120).

#aab878 hex color red value is 170, green value is 184 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #aab878 hue: 0.20 , saturation: 0.31 and the lightness value of aab878 is 0.60.

The process color (four color CMYK) of #aab878 color hex is 0.08, 0.00, 0.35, 0.28. Web safe color of #aab878 is #99cc66. Color #aab878 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111000 01111000
Octal 252 270 170
Decimal 170 184 120
Hex AA B8 78

RGB Percentages of Color #aab878

%35.86
%38.82
%25.32

CMYK Percentages of Color #aab878

%8
%0
%35
%28

Triadic Colors of #aab878

#aab878 #78aab8 #b878aa

Analogous Colors of #aab878

#aab878 #8ab878 #b8a678

Monochromatic Colors of #aab878

#aab878

Complementary Color

#aab878 #8678b8

#aab878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab878 Color CSS Codes

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

#aab878 Text Font Color

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

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


#aab878 Background Color

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

This div background color is #aab878


#aab878 Border Color

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

This div border color is #aab878


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab878


Comments

No comments written yet.

Please login to write comment.