Color Hex Logo

#abae2e Color Hex

#ABAE2E
(171,174,46)
0 Favorites   0 Comments

Color spaces of #abae2e

RGB 17117446
HSL0.170.580.43
HSV61°74°68°
CMYK 0.020.000.74   0.32
XYZ32.423839.12738.4282
Yxy39.12730.40540.4892
Hunter Lab62.5518-16.940035.7976
CIE-Lab68.8434-16.339961.0460

#abae2e color RGB value is (171,174,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 00101110
Octal 253 256 56
Decimal 171 174 46
Hex AB AE 2E

RGB Percentages of Color #abae2e

%43.73
%44.50
%11.76

CMYK Percentages of Color #abae2e

%2
%0
%74
%32

Triadic Colors of #abae2e

#abae2e #2eabae #ae2eab

Analogous Colors of #abae2e

#abae2e #6bae2e #ae712e

Monochromatic Colors of #abae2e

#abae2e

Complementary Color

#abae2e #312eae

#abae2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abae2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abae2e Color CSS Codes

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

#abae2e Text Font Color

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

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


#abae2e Background Color

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

This div background color is #abae2e


#abae2e Border Color

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

This div border color is #abae2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abae2e


Comments

No comments written yet.

Please login to write comment.