Color Hex Logo

#aab848 Color Hex

#AAB848
(170,184,72)
0 Favorites   0 Comments

Color spaces of #aab848

RGB 17018472
HSL0.190.440.50
HSV68°61°72°
CMYK 0.080.000.61   0.28
XYZ34.887843.294912.6489
Yxy43.29490.38410.4767
Hunter Lab65.7989-20.503934.6615
CIE-Lab71.7547-20.254053.7136

#aab848 color RGB value is (170,184,72).

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

The process color (four color CMYK) of #aab848 color hex is 0.08, 0.00, 0.61, 0.28. Web safe color of #aab848 is #99cc33. Color #aab848 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111000 01001000
Octal 252 270 110
Decimal 170 184 72
Hex AA B8 48

RGB Percentages of Color #aab848

%39.91
%43.19
%16.90

CMYK Percentages of Color #aab848

%8
%0
%61
%28

Triadic Colors of #aab848

#aab848 #48aab8 #b848aa

Analogous Colors of #aab848

#aab848 #72b848 #b88e48

Monochromatic Colors of #aab848

#aab848

Complementary Color

#aab848 #5648b8

#aab848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab848 Color CSS Codes

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

#aab848 Text Font Color

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

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


#aab848 Background Color

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

This div background color is #aab848


#aab848 Border Color

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

This div border color is #aab848


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab848


Comments

No comments written yet.

Please login to write comment.