Color Hex Logo

#aba343 Color Hex

#ABA343
(171,163,67)
0 Favorites   0 Comments

Color spaces of #aba343

RGB 17116367
HSL0.150.440.47
HSV55°61°67°
CMYK 0.000.050.61   0.33
XYZ30.904935.257610.4867
Yxy35.25760.40320.4600
Hunter Lab59.3781-11.006731.0935
CIE-Lab65.9487-9.405849.6148

#aba343 color RGB value is (171,163,67).

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

The process color (four color CMYK) of #aba343 color hex is 0.00, 0.05, 0.61, 0.33. Web safe color of #aba343 is #999933. Color #aba343 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100011 01000011
Octal 253 243 103
Decimal 171 163 67
Hex AB A3 43

RGB Percentages of Color #aba343

%42.64
%40.65
%16.71

CMYK Percentages of Color #aba343

%0
%5
%61
%33

Triadic Colors of #aba343

#aba343 #43aba3 #a343ab

Analogous Colors of #aba343

#aba343 #7fab43 #ab6f43

Monochromatic Colors of #aba343

#aba343

Complementary Color

#aba343 #434bab

#aba343 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba343 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba343 Color CSS Codes

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

#aba343 Text Font Color

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

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


#aba343 Background Color

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

This div background color is #aba343


#aba343 Border Color

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

This div border color is #aba343


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba343


Comments

No comments written yet.

Please login to write comment.