Color Hex Logo

#abe42e Color Hex

#ABE42E
(171,228,46)
0 Favorites   0 Comments

Color spaces of #abe42e

RGB 17122846
HSL0.220.770.54
HSV79°80°89°
CMYK 0.250.000.80   0.11
XYZ45.031164.342012.6306
Yxy64.34200.36910.5274
Hunter Lab80.2135-40.165346.8135
CIE-Lab84.1435-41.865575.1208

#abe42e color RGB value is (171,228,46).

#abe42e hex color red value is 171, green value is 228 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #abe42e hue: 0.22 , saturation: 0.77 and the lightness value of abe42e is 0.54.

The process color (four color CMYK) of #abe42e color hex is 0.25, 0.00, 0.80, 0.11. Web safe color of #abe42e is #99cc33. Color #abe42e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100100 00101110
Octal 253 344 56
Decimal 171 228 46
Hex AB E4 2E

RGB Percentages of Color #abe42e

%38.43
%51.24
%10.34

CMYK Percentages of Color #abe42e

%25
%0
%80
%11

Triadic Colors of #abe42e

#abe42e #2eabe4 #e42eab

Analogous Colors of #abe42e

#abe42e #50e42e #e4c22e

Monochromatic Colors of #abe42e

#abe42e

Complementary Color

#abe42e #672ee4

#abe42e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe42e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe42e Color CSS Codes

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

#abe42e Text Font Color

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

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


#abe42e Background Color

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

This div background color is #abe42e


#abe42e Border Color

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

This div border color is #abe42e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,228,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 #abe42e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe42e


Comments

No comments written yet.

Please login to write comment.