Color Hex Logo

#aba844 Color Hex

#ABA844
(171,168,68)
0 Favorites   0 Comments

Color spaces of #aba844

RGB 17116868
HSL0.160.430.47
HSV58°60°67°
CMYK 0.000.020.60   0.33
XYZ31.840637.080510.9479
Yxy37.08050.39870.4643
Hunter Lab60.8938-13.228631.9661
CIE-Lab67.3374-11.955950.6843

#aba844 color RGB value is (171,168,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101000 01000100
Octal 253 250 104
Decimal 171 168 68
Hex AB A8 44

RGB Percentages of Color #aba844

%42.01
%41.28
%16.71

CMYK Percentages of Color #aba844

%0
%2
%60
%33

Triadic Colors of #aba844

#aba844 #44aba8 #a844ab

Analogous Colors of #aba844

#aba844 #7bab44 #ab7544

Monochromatic Colors of #aba844

#aba844

Complementary Color

#aba844 #4447ab

#aba844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba844 Color CSS Codes

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

#aba844 Text Font Color

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

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


#aba844 Background Color

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

This div background color is #aba844


#aba844 Border Color

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

This div border color is #aba844


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,168,68, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba844


Comments

No comments written yet.

Please login to write comment.