Color Hex Logo

#aba33e Color Hex

#ABA33E
(171,163,62)
0 Favorites   0 Comments

Color spaces of #aba33e

RGB 17116362
HSL0.150.470.46
HSV56°64°67°
CMYK 0.000.050.64   0.33
XYZ30.761335.20019.7304
Yxy35.20010.40640.4650
Hunter Lab59.3297-11.278131.8069
CIE-Lab65.9042-9.747151.7970

#aba33e color RGB value is (171,163,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100011 00111110
Octal 253 243 76
Decimal 171 163 62
Hex AB A3 3E

RGB Percentages of Color #aba33e

%43.18
%41.16
%15.66

CMYK Percentages of Color #aba33e

%0
%5
%64
%33

Triadic Colors of #aba33e

#aba33e #3eaba3 #a33eab

Analogous Colors of #aba33e

#aba33e #7dab3e #ab6d3e

Monochromatic Colors of #aba33e

#aba33e

Complementary Color

#aba33e #3e46ab

#aba33e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba33e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba33e Color CSS Codes

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

#aba33e Text Font Color

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

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


#aba33e Background Color

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

This div background color is #aba33e


#aba33e Border Color

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

This div border color is #aba33e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba33e


Comments

No comments written yet.

Please login to write comment.