Color Hex Logo

#aba854 Color Hex

#ABA854
(171,168,84)
0 Favorites   0 Comments

Color spaces of #aba854

RGB 17116884
HSL0.160.340.50
HSV58°51°67°
CMYK 0.000.020.51   0.33
XYZ32.397537.303313.8802
Yxy37.30330.38760.4463
Hunter Lab61.0764-12.199929.2793
CIE-Lab67.5040-10.661143.3158

#aba854 color RGB value is (171,168,84).

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

The process color (four color CMYK) of #aba854 color hex is 0.00, 0.02, 0.51, 0.33. Web safe color of #aba854 is #999966. Color #aba854 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101000 01010100
Octal 253 250 124
Decimal 171 168 84
Hex AB A8 54

RGB Percentages of Color #aba854

%40.43
%39.72
%19.86

CMYK Percentages of Color #aba854

%0
%2
%51
%33

Triadic Colors of #aba854

#aba854 #54aba8 #a854ab

Analogous Colors of #aba854

#aba854 #83ab54 #ab7d54

Monochromatic Colors of #aba854

#aba854

Complementary Color

#aba854 #5457ab

#aba854 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba854 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba854 Color CSS Codes

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

#aba854 Text Font Color

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

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


#aba854 Background Color

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

This div background color is #aba854


#aba854 Border Color

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

This div border color is #aba854


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba854


Comments

No comments written yet.

Please login to write comment.