Color Hex Logo

#abe45b Color Hex

#ABE45B
(171,228,91)
0 Favorites   0 Comments

Color spaces of #abe45b

RGB 17122891
HSL0.240.720.63
HSV85°60°89°
CMYK 0.250.000.60   0.11
XYZ46.426364.900119.9776
Yxy64.90010.35360.4943
Hunter Lab80.5606-38.113241.6896
CIE-Lab84.4322-39.125259.5121

#abe45b color RGB value is (171,228,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100100 01011011
Octal 253 344 133
Decimal 171 228 91
Hex AB E4 5B

RGB Percentages of Color #abe45b

%34.90
%46.53
%18.57

CMYK Percentages of Color #abe45b

%25
%0
%60
%11

Triadic Colors of #abe45b

#abe45b #5babe4 #e45bab

Analogous Colors of #abe45b

#abe45b #67e45b #e4d95b

Monochromatic Colors of #abe45b

#abe45b

Complementary Color

#abe45b #945be4

#abe45b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe45b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe45b Color CSS Codes

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

#abe45b Text Font Color

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

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


#abe45b Background Color

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

This div background color is #abe45b


#abe45b Border Color

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

This div border color is #abe45b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe45b


Comments

No comments written yet.

Please login to write comment.