Color Hex Logo

#abae5f Color Hex

#ABAE5F
(171,174,95)
0 Favorites   0 Comments

Color spaces of #abae5f

RGB 17117495
HSL0.170.330.53
HSV62°45°68°
CMYK 0.020.000.45   0.32
XYZ33.996239.756316.7084
Yxy39.75630.37580.4395
Hunter Lab63.0526-14.099828.4255
CIE-Lab69.2956-12.730639.9863

#abae5f color RGB value is (171,174,95).

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

The process color (four color CMYK) of #abae5f color hex is 0.02, 0.00, 0.45, 0.32. Web safe color of #abae5f is #999966. Color #abae5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 01011111
Octal 253 256 137
Decimal 171 174 95
Hex AB AE 5F

RGB Percentages of Color #abae5f

%38.86
%39.55
%21.59

CMYK Percentages of Color #abae5f

%2
%0
%45
%32

Triadic Colors of #abae5f

#abae5f #5fabae #ae5fab

Analogous Colors of #abae5f

#abae5f #84ae5f #ae8a5f

Monochromatic Colors of #abae5f

#abae5f

Complementary Color

#abae5f #625fae

#abae5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abae5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abae5f Color CSS Codes

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

#abae5f Text Font Color

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

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


#abae5f Background Color

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

This div background color is #abae5f


#abae5f Border Color

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

This div border color is #abae5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abae5f


Comments

No comments written yet.

Please login to write comment.