Color Hex Logo

#aba35d Color Hex

#ABA35D
(171,163,93)
0 Favorites   0 Comments

Color spaces of #aba35d

RGB 17116393
HSL0.150.320.52
HSV54°46°67°
CMYK 0.000.050.46   0.33
XYZ31.867635.642615.5560
Yxy35.64260.38360.4291
Hunter Lab59.7014-9.197226.3422
CIE-Lab66.2459-7.153337.2489

#aba35d color RGB value is (171,163,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100011 01011101
Octal 253 243 135
Decimal 171 163 93
Hex AB A3 5D

RGB Percentages of Color #aba35d

%40.05
%38.17
%21.78

CMYK Percentages of Color #aba35d

%0
%5
%46
%33

Triadic Colors of #aba35d

#aba35d #5daba3 #a35dab

Analogous Colors of #aba35d

#aba35d #8cab5d #ab7c5d

Monochromatic Colors of #aba35d

#aba35d

Complementary Color

#aba35d #5d65ab

#aba35d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba35d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba35d Color CSS Codes

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

#aba35d Text Font Color

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

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


#aba35d Background Color

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

This div background color is #aba35d


#aba35d Border Color

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

This div border color is #aba35d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba35d


Comments

No comments written yet.

Please login to write comment.