Color Hex Logo

#abe45f Color Hex

#ABE45F
(171,228,95)
0 Favorites   0 Comments

Color spaces of #abe45f

RGB 17122895
HSL0.240.710.63
HSV86°58°89°
CMYK 0.250.000.58   0.11
XYZ46.603564.971020.9109
Yxy64.97100.35180.4904
Hunter Lab80.6046-37.853941.0419
CIE-Lab84.4688-38.782457.8322

#abe45f color RGB value is (171,228,95).

#abe45f hex color red value is 171, green value is 228 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #abe45f hue: 0.24 , saturation: 0.71 and the lightness value of abe45f is 0.63.

The process color (four color CMYK) of #abe45f color hex is 0.25, 0.00, 0.58, 0.11. Web safe color of #abe45f is #99cc66. Color #abe45f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100100 01011111
Octal 253 344 137
Decimal 171 228 95
Hex AB E4 5F

RGB Percentages of Color #abe45f

%34.62
%46.15
%19.23

CMYK Percentages of Color #abe45f

%25
%0
%58
%11

Triadic Colors of #abe45f

#abe45f #5fabe4 #e45fab

Analogous Colors of #abe45f

#abe45f #69e45f #e4db5f

Monochromatic Colors of #abe45f

#abe45f

Complementary Color

#abe45f #985fe4

#abe45f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe45f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe45f Color CSS Codes

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

#abe45f Text Font Color

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

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


#abe45f Background Color

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

This div background color is #abe45f


#abe45f Border Color

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

This div border color is #abe45f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe45f


Comments

No comments written yet.

Please login to write comment.