Color Hex Logo

#aba553 Color Hex

#ABA553
(171,165,83)
0 Favorites   0 Comments

Color spaces of #aba553

RGB 17116583
HSL0.160.350.50
HSV56°51°67°
CMYK 0.000.040.51   0.33
XYZ31.811136.192713.4929
Yxy36.19270.39030.4441
Hunter Lab60.1604-10.894928.8146
CIE-Lab66.6669-9.173242.8177

#aba553 color RGB value is (171,165,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100101 01010011
Octal 253 245 123
Decimal 171 165 83
Hex AB A5 53

RGB Percentages of Color #aba553

%40.81
%39.38
%19.81

CMYK Percentages of Color #aba553

%0
%4
%51
%33

Triadic Colors of #aba553

#aba553 #53aba5 #a553ab

Analogous Colors of #aba553

#aba553 #85ab53 #ab7953

Monochromatic Colors of #aba553

#aba553

Complementary Color

#aba553 #5359ab

#aba553 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba553 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba553 Color CSS Codes

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

#aba553 Text Font Color

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

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


#aba553 Background Color

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

This div background color is #aba553


#aba553 Border Color

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

This div border color is #aba553


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba553


Comments

No comments written yet.

Please login to write comment.