Color Hex Logo

#aab883 Color Hex

#AAB883
(170,184,131)
0 Favorites   0 Comments

Color spaces of #aab883

RGB 170184131
HSL0.210.270.62
HSV76°29°72°
CMYK 0.080.000.29   0.28
XYZ37.814844.465728.0624
Yxy44.46570.34270.4030
Hunter Lab66.6826-15.469621.7265
CIE-Lab72.5387-13.889225.3754

#aab883 color RGB value is (170,184,131).

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

The process color (four color CMYK) of #aab883 color hex is 0.08, 0.00, 0.29, 0.28. Web safe color of #aab883 is #99cc99. Color #aab883 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111000 10000011
Octal 252 270 203
Decimal 170 184 131
Hex AA B8 83

RGB Percentages of Color #aab883

%35.05
%37.94
%27.01

CMYK Percentages of Color #aab883

%8
%0
%29
%28

Triadic Colors of #aab883

#aab883 #83aab8 #b883aa

Analogous Colors of #aab883

#aab883 #90b883 #b8ac83

Monochromatic Colors of #aab883

#aab883

Complementary Color

#aab883 #9183b8

#aab883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab883 Color CSS Codes

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

#aab883 Text Font Color

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

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


#aab883 Background Color

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

This div background color is #aab883


#aab883 Border Color

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

This div border color is #aab883


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab883


Comments

No comments written yet.

Please login to write comment.