Color Hex Logo

#abe14a Color Hex

#ABE14A
(171,225,74)
0 Favorites   0 Comments

Color spaces of #abe14a

RGB 17122574
HSL0.230.720.59
HSV81°67°88°
CMYK 0.240.000.67   0.12
XYZ44.955863.002816.2699
Yxy63.00280.36190.5072
Hunter Lab79.3743-37.806743.4089
CIE-Lab83.4439-39.067165.3249

#abe14a color RGB value is (171,225,74).

#abe14a hex color red value is 171, green value is 225 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #abe14a hue: 0.23 , saturation: 0.72 and the lightness value of abe14a is 0.59.

The process color (four color CMYK) of #abe14a color hex is 0.24, 0.00, 0.67, 0.12. Web safe color of #abe14a is #99cc33. Color #abe14a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100001 01001010
Octal 253 341 112
Decimal 171 225 74
Hex AB E1 4A

RGB Percentages of Color #abe14a

%36.38
%47.87
%15.74

CMYK Percentages of Color #abe14a

%24
%0
%67
%12

Triadic Colors of #abe14a

#abe14a #4aabe1 #e14aab

Analogous Colors of #abe14a

#abe14a #60e14a #e1cc4a

Monochromatic Colors of #abe14a

#abe14a

Complementary Color

#abe14a #804ae1

#abe14a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe14a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe14a Color CSS Codes

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

#abe14a Text Font Color

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

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


#abe14a Background Color

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

This div background color is #abe14a


#abe14a Border Color

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

This div border color is #abe14a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe14a


Comments

No comments written yet.

Please login to write comment.