Color Hex Logo

#aba35f Color Hex

#ABA35F
(171,163,95)
0 Favorites   0 Comments

Color spaces of #aba35f

RGB 17116395
HSL0.150.310.52
HSV54°44°67°
CMYK 0.000.050.44   0.33
XYZ31.957335.678516.0288
Yxy35.67850.38200.4264
Hunter Lab59.7315-9.029725.9017
CIE-Lab66.2735-6.946636.2478

#aba35f color RGB value is (171,163,95).

#aba35f hex color red value is 171, green value is 163 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #aba35f hue: 0.15 , saturation: 0.31 and the lightness value of aba35f is 0.52.

The process color (four color CMYK) of #aba35f color hex is 0.00, 0.05, 0.44, 0.33. Web safe color of #aba35f is #999966. Color #aba35f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100011 01011111
Octal 253 243 137
Decimal 171 163 95
Hex AB A3 5F

RGB Percentages of Color #aba35f

%39.86
%38.00
%22.14

CMYK Percentages of Color #aba35f

%0
%5
%44
%33

Triadic Colors of #aba35f

#aba35f #5faba3 #a35fab

Analogous Colors of #aba35f

#aba35f #8dab5f #ab7d5f

Monochromatic Colors of #aba35f

#aba35f

Complementary Color

#aba35f #5f67ab

#aba35f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba35f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba35f Color CSS Codes

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

#aba35f Text Font Color

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

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


#aba35f Background Color

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

This div background color is #aba35f


#aba35f Border Color

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

This div border color is #aba35f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba35f


Comments

No comments written yet.

Please login to write comment.