Color Hex Logo

#aab856 Color Hex

#AAB856
(170,184,86)
0 Favorites   0 Comments

Color spaces of #aab856

RGB 17018486
HSL0.190.410.53
HSV69°53°72°
CMYK 0.080.000.53   0.28
XYZ35.397843.498915.3346
Yxy43.49890.37560.4616
Hunter Lab65.9537-19.616832.3823
CIE-Lab71.8923-19.111147.4823

#aab856 color RGB value is (170,184,86).

#aab856 hex color red value is 170, green value is 184 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #aab856 hue: 0.19 , saturation: 0.41 and the lightness value of aab856 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111000 01010110
Octal 252 270 126
Decimal 170 184 86
Hex AA B8 56

RGB Percentages of Color #aab856

%38.64
%41.82
%19.55

CMYK Percentages of Color #aab856

%8
%0
%53
%28

Triadic Colors of #aab856

#aab856 #56aab8 #b856aa

Analogous Colors of #aab856

#aab856 #79b856 #b89556

Monochromatic Colors of #aab856

#aab856

Complementary Color

#aab856 #6456b8

#aab856 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab856 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab856 Color CSS Codes

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

#aab856 Text Font Color

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

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


#aab856 Background Color

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

This div background color is #aab856


#aab856 Border Color

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

This div border color is #aab856


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab856


Comments

No comments written yet.

Please login to write comment.