Color Hex Logo

#abae4d Color Hex

#ABAE4D
(171,174,77)
0 Favorites   0 Comments

Color spaces of #abae4d

RGB 17117477
HSL0.170.390.49
HSV62°56°68°
CMYK 0.020.000.56   0.32
XYZ33.270239.465912.8853
Yxy39.46590.38860.4609
Hunter Lab62.8219-15.405531.8144
CIE-Lab69.0874-14.377948.5107

#abae4d color RGB value is (171,174,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 01001101
Octal 253 256 115
Decimal 171 174 77
Hex AB AE 4D

RGB Percentages of Color #abae4d

%40.52
%41.23
%18.25

CMYK Percentages of Color #abae4d

%2
%0
%56
%32

Triadic Colors of #abae4d

#abae4d #4dabae #ae4dab

Analogous Colors of #abae4d

#abae4d #7bae4d #ae814d

Monochromatic Colors of #abae4d

#abae4d

Complementary Color

#abae4d #504dae

#abae4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abae4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abae4d Color CSS Codes

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

#abae4d Text Font Color

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

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


#abae4d Background Color

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

This div background color is #abae4d


#abae4d Border Color

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

This div border color is #abae4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abae4d


Comments

No comments written yet.

Please login to write comment.