Color Hex Logo

#aba953 Color Hex

#ABA953
(171,169,83)
0 Favorites   0 Comments

Color spaces of #aba953

RGB 17116983
HSL0.160.350.50
HSV59°51°67°
CMYK 0.000.010.51   0.33
XYZ32.543937.658413.7372
Yxy37.65840.38770.4486
Hunter Lab61.3664-12.729029.6841
CIE-Lab67.7681-11.274244.1181

#aba953 color RGB value is (171,169,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101001 01010011
Octal 253 251 123
Decimal 171 169 83
Hex AB A9 53

RGB Percentages of Color #aba953

%40.43
%39.95
%19.62

CMYK Percentages of Color #aba953

%0
%1
%51
%33

Triadic Colors of #aba953

#aba953 #53aba9 #a953ab

Analogous Colors of #aba953

#aba953 #81ab53 #ab7d53

Monochromatic Colors of #aba953

#aba953

Complementary Color

#aba953 #5355ab

#aba953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba953 Color CSS Codes

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

#aba953 Text Font Color

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

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


#aba953 Background Color

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

This div background color is #aba953


#aba953 Border Color

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

This div border color is #aba953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba953


Comments

No comments written yet.

Please login to write comment.