Color Hex Logo

#abf95b Color Hex

#ABF95B
(171,249,91)
0 Favorites   0 Comments

Color spaces of #abf95b

RGB 17124991
HSL0.250.930.67
HSV90°63°98°
CMYK 0.310.000.63   0.02
XYZ52.558677.164622.0217
Yxy77.16460.34640.5085
Hunter Lab87.8434-46.925546.6268
CIE-Lab90.3973-48.211266.0458

#abf95b color RGB value is (171,249,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111001 01011011
Octal 253 371 133
Decimal 171 249 91
Hex AB F9 5B

RGB Percentages of Color #abf95b

%33.46
%48.73
%17.81

CMYK Percentages of Color #abf95b

%31
%0
%63
%2

Triadic Colors of #abf95b

#abf95b #5babf9 #f95bab

Analogous Colors of #abf95b

#abf95b #5cf95b #f9f85b

Monochromatic Colors of #abf95b

#abf95b

Complementary Color

#abf95b #a95bf9

#abf95b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf95b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf95b Color CSS Codes

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

#abf95b Text Font Color

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

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


#abf95b Background Color

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

This div background color is #abf95b


#abf95b Border Color

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

This div border color is #abf95b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf95b

Related Colors


Comments

No comments written yet.

Please login to write comment.