Color Hex Logo

#abf95e Color Hex

#ABF95E
(171,249,94)
0 Favorites   0 Comments

Color spaces of #abf95e

RGB 17124994
HSL0.250.930.67
HSV90°62°98°
CMYK 0.310.000.62   0.02
XYZ52.690677.217422.7170
Yxy77.21740.34520.5059
Hunter Lab87.8734-46.746546.1838
CIE-Lab90.4216-47.972564.8648

#abf95e color RGB value is (171,249,94).

#abf95e hex color red value is 171, green value is 249 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #abf95e hue: 0.25 , saturation: 0.93 and the lightness value of abf95e is 0.67.

The process color (four color CMYK) of #abf95e color hex is 0.31, 0.00, 0.62, 0.02. Web safe color of #abf95e is #99ff66. Color #abf95e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111001 01011110
Octal 253 371 136
Decimal 171 249 94
Hex AB F9 5E

RGB Percentages of Color #abf95e

%33.27
%48.44
%18.29

CMYK Percentages of Color #abf95e

%31
%0
%62
%2

Triadic Colors of #abf95e

#abf95e #5eabf9 #f95eab

Analogous Colors of #abf95e

#abf95e #5ef95f #f9f95e

Monochromatic Colors of #abf95e

#abf95e

Complementary Color

#abf95e #ac5ef9

#abf95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf95e Color CSS Codes

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

#abf95e Text Font Color

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

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


#abf95e Background Color

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

This div background color is #abf95e


#abf95e Border Color

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

This div border color is #abf95e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf95e


Comments

No comments written yet.

Please login to write comment.