Color Hex Logo

#abae2c Color Hex

#ABAE2C
(171,174,44)
0 Favorites   0 Comments

Color spaces of #abae2c

RGB 17117444
HSL0.170.600.43
HSV61°75°68°
CMYK 0.020.000.75   0.32
XYZ32.385339.11198.2253
Yxy39.11190.40620.4906
Hunter Lab62.5395-17.010235.9797
CIE-Lab68.8322-16.430361.7163

#abae2c color RGB value is (171,174,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 00101100
Octal 253 256 54
Decimal 171 174 44
Hex AB AE 2C

RGB Percentages of Color #abae2c

%43.96
%44.73
%11.31

CMYK Percentages of Color #abae2c

%2
%0
%75
%32

Triadic Colors of #abae2c

#abae2c #2cabae #ae2cab

Analogous Colors of #abae2c

#abae2c #6aae2c #ae702c

Monochromatic Colors of #abae2c

#abae2c

Complementary Color

#abae2c #2f2cae

#abae2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abae2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#abae2c Color CSS Codes

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

#abae2c Text Font Color

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

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


#abae2c Background Color

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

This div background color is #abae2c


#abae2c Border Color

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

This div border color is #abae2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abae2c


Comments

No comments written yet.

Please login to write comment.