Color Hex Logo

#abae3a Color Hex

#ABAE3A
(171,174,58)
0 Favorites   0 Comments

Color spaces of #abae3a

RGB 17117458
HSL0.170.500.45
HSV62°67°68°
CMYK 0.020.000.67   0.32
XYZ32.694439.23559.8530
Yxy39.23550.39980.4798
Hunter Lab62.6382-16.447834.5205
CIE-Lab68.9215-15.707556.6254

#abae3a color RGB value is (171,174,58).

#abae3a hex color red value is 171, green value is 174 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #abae3a hue: 0.17 , saturation: 0.50 and the lightness value of abae3a is 0.45.

The process color (four color CMYK) of #abae3a color hex is 0.02, 0.00, 0.67, 0.32. Web safe color of #abae3a is #999933. Color #abae3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 00111010
Octal 253 256 72
Decimal 171 174 58
Hex AB AE 3A

RGB Percentages of Color #abae3a

%42.43
%43.18
%14.39

CMYK Percentages of Color #abae3a

%2
%0
%67
%32

Triadic Colors of #abae3a

#abae3a #3aabae #ae3aab

Analogous Colors of #abae3a

#abae3a #71ae3a #ae773a

Monochromatic Colors of #abae3a

#abae3a

Complementary Color

#abae3a #3d3aae

#abae3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abae3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abae3a Color CSS Codes

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

#abae3a Text Font Color

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

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


#abae3a Background Color

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

This div background color is #abae3a


#abae3a Border Color

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

This div border color is #abae3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abae3a


Comments

No comments written yet.

Please login to write comment.