Color Hex Logo

#abab5e Color Hex

#ABAB5E
(171,171,94)
0 Favorites   0 Comments

Color spaces of #abab5e

RGB 17117194
HSL0.170.310.52
HSV60°45°67°
CMYK 0.000.000.45   0.33
XYZ33.377938.591916.2795
Yxy38.59190.37820.4373
Hunter Lab62.1224-12.807427.9484
CIE-Lab68.4546-11.270539.4605

#abab5e color RGB value is (171,171,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 01011110
Octal 253 253 136
Decimal 171 171 94
Hex AB AB 5E

RGB Percentages of Color #abab5e

%39.22
%39.22
%21.56

CMYK Percentages of Color #abab5e

%0
%0
%45
%33

Triadic Colors of #abab5e

#abab5e #5eabab #ab5eab

Analogous Colors of #abab5e

#abab5e #85ab5e #ab855e

Monochromatic Colors of #abab5e

#abab5e

Complementary Color

#abab5e #5e5eab

#abab5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abab5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abab5e Color CSS Codes

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

#abab5e Text Font Color

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

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


#abab5e Background Color

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

This div background color is #abab5e


#abab5e Border Color

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

This div border color is #abab5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abab5e


Comments

No comments written yet.

Please login to write comment.