Color Hex Logo

#abef5b Color Hex

#ABEF5B
(171,239,91)
0 Favorites   0 Comments

Color spaces of #abef5b

RGB 17123991
HSL0.240.820.65
HSV88°62°94°
CMYK 0.280.000.62   0.06
XYZ49.549471.146321.0186
Yxy71.14630.34960.5020
Hunter Lab84.3483-42.751744.2694
CIE-Lab87.5560-43.951162.9573

#abef5b color RGB value is (171,239,91).

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

The process color (four color CMYK) of #abef5b color hex is 0.28, 0.00, 0.62, 0.06. Web safe color of #abef5b is #99ff66. Color #abef5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101111 01011011
Octal 253 357 133
Decimal 171 239 91
Hex AB EF 5B

RGB Percentages of Color #abef5b

%34.13
%47.70
%18.16

CMYK Percentages of Color #abef5b

%28
%0
%62
%6

Triadic Colors of #abef5b

#abef5b #5babef #ef5bab

Analogous Colors of #abef5b

#abef5b #61ef5b #efe95b

Monochromatic Colors of #abef5b

#abef5b

Complementary Color

#abef5b #9f5bef

#abef5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abef5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abef5b Color CSS Codes

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

#abef5b Text Font Color

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

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


#abef5b Background Color

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

This div background color is #abef5b


#abef5b Border Color

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

This div border color is #abef5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abef5b


Comments

No comments written yet.

Please login to write comment.