Color Hex Logo

#aab854 Color Hex

#AAB854
(170,184,84)
0 Favorites   0 Comments

Color spaces of #aab854

RGB 17018484
HSL0.190.410.53
HSV68°54°72°
CMYK 0.080.000.54   0.28
XYZ35.318343.467114.9160
Yxy43.46710.37690.4639
Hunter Lab65.9296-19.754832.7369
CIE-Lab71.8709-19.288348.4010

#aab854 color RGB value is (170,184,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111000 01010100
Octal 252 270 124
Decimal 170 184 84
Hex AA B8 54

RGB Percentages of Color #aab854

%38.81
%42.01
%19.18

CMYK Percentages of Color #aab854

%8
%0
%54
%28

Triadic Colors of #aab854

#aab854 #54aab8 #b854aa

Analogous Colors of #aab854

#aab854 #78b854 #b89454

Monochromatic Colors of #aab854

#aab854

Complementary Color

#aab854 #6254b8

#aab854 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab854 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab854 Color CSS Codes

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

#aab854 Text Font Color

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

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


#aab854 Background Color

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

This div background color is #aab854


#aab854 Border Color

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

This div border color is #aab854


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab854


Comments

No comments written yet.

Please login to write comment.