Color Hex Logo

#aba848 Color Hex

#ABA848
(171,168,72)
0 Favorites   0 Comments

Color spaces of #aba848

RGB 17116872
HSL0.160.410.48
HSV58°58°67°
CMYK 0.000.020.58   0.33
XYZ31.966937.131111.6131
Yxy37.13110.39610.4600
Hunter Lab60.9353-12.994931.3552
CIE-Lab67.3753-11.660748.9029

#aba848 color RGB value is (171,168,72).

#aba848 hex color red value is 171, green value is 168 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #aba848 hue: 0.16 , saturation: 0.41 and the lightness value of aba848 is 0.48.

The process color (four color CMYK) of #aba848 color hex is 0.00, 0.02, 0.58, 0.33. Web safe color of #aba848 is #999933. Color #aba848 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101000 01001000
Octal 253 250 110
Decimal 171 168 72
Hex AB A8 48

RGB Percentages of Color #aba848

%41.61
%40.88
%17.52

CMYK Percentages of Color #aba848

%0
%2
%58
%33

Triadic Colors of #aba848

#aba848 #48aba8 #a848ab

Analogous Colors of #aba848

#aba848 #7dab48 #ab7748

Monochromatic Colors of #aba848

#aba848

Complementary Color

#aba848 #484bab

#aba848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba848 Color CSS Codes

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

#aba848 Text Font Color

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

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


#aba848 Background Color

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

This div background color is #aba848


#aba848 Border Color

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

This div border color is #aba848


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,168,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 #aba848">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba848


Comments

No comments written yet.

Please login to write comment.