Color Hex Logo

#abef4a Color Hex

#ABEF4A
(171,239,74)
0 Favorites   0 Comments

Color spaces of #abef4a

RGB 17123974
HSL0.240.840.61
HSV85°69°94°
CMYK 0.280.000.69   0.06
XYZ48.897170.885317.5837
Yxy70.88530.35600.5160
Hunter Lab84.1934-43.670846.5527
CIE-Lab87.4293-45.178369.4132

#abef4a color RGB value is (171,239,74).

#abef4a hex color red value is 171, green value is 239 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #abef4a hue: 0.24 , saturation: 0.84 and the lightness value of abef4a is 0.61.

The process color (four color CMYK) of #abef4a color hex is 0.28, 0.00, 0.69, 0.06. Web safe color of #abef4a is #99ff33. Color #abef4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101111 01001010
Octal 253 357 112
Decimal 171 239 74
Hex AB EF 4A

RGB Percentages of Color #abef4a

%35.33
%49.38
%15.29

CMYK Percentages of Color #abef4a

%28
%0
%69
%6

Triadic Colors of #abef4a

#abef4a #4aabef #ef4aab

Analogous Colors of #abef4a

#abef4a #59ef4a #efe14a

Monochromatic Colors of #abef4a

#abef4a

Complementary Color

#abef4a #8e4aef

#abef4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abef4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abef4a Color CSS Codes

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

#abef4a Text Font Color

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

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


#abef4a Background Color

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

This div background color is #abef4a


#abef4a Border Color

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

This div border color is #abef4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abef4a


Comments

No comments written yet.

Please login to write comment.