Color Hex Logo

#aab87d Color Hex

#AAB87D
(170,184,125)
0 Favorites   0 Comments

Color spaces of #aab87d

RGB 170184125
HSL0.210.290.61
HSV74°32°72°
CMYK 0.080.000.32   0.28
XYZ37.419744.307725.9820
Yxy44.30770.34740.4114
Hunter Lab66.5640-16.141323.4521
CIE-Lab72.4337-14.721928.4207

#aab87d color RGB value is (170,184,125).

#aab87d hex color red value is 170, green value is 184 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #aab87d hue: 0.21 , saturation: 0.29 and the lightness value of aab87d is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111000 01111101
Octal 252 270 175
Decimal 170 184 125
Hex AA B8 7D

RGB Percentages of Color #aab87d

%35.49
%38.41
%26.10

CMYK Percentages of Color #aab87d

%8
%0
%32
%28

Triadic Colors of #aab87d

#aab87d #7daab8 #b87daa

Analogous Colors of #aab87d

#aab87d #8db87d #b8a97d

Monochromatic Colors of #aab87d

#aab87d

Complementary Color

#aab87d #8b7db8

#aab87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab87d Color CSS Codes

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

#aab87d Text Font Color

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

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


#aab87d Background Color

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

This div background color is #aab87d


#aab87d Border Color

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

This div border color is #aab87d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab87d


Comments

No comments written yet.

Please login to write comment.