Color Hex Logo

#abf97d Color Hex

#ABF97D
(171,249,125)
0 Favorites   0 Comments

Color spaces of #abf97d

RGB 171249125
HSL0.270.910.73
HSV98°50°98°
CMYK 0.310.000.50   0.02
XYZ54.371977.890031.5706
Yxy77.89000.33190.4754
Hunter Lab88.2553-44.477440.5696
CIE-Lab90.7297-44.977551.6422

#abf97d color RGB value is (171,249,125).

#abf97d hex color red value is 171, green value is 249 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #abf97d hue: 0.27 , saturation: 0.91 and the lightness value of abf97d is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111001 01111101
Octal 253 371 175
Decimal 171 249 125
Hex AB F9 7D

RGB Percentages of Color #abf97d

%31.38
%45.69
%22.94

CMYK Percentages of Color #abf97d

%31
%0
%50
%2

Triadic Colors of #abf97d

#abf97d #7dabf9 #f97dab

Analogous Colors of #abf97d

#abf97d #7df98d #e9f97d

Monochromatic Colors of #abf97d

#abf97d

Complementary Color

#abf97d #cb7df9

#abf97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf97d Color CSS Codes

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

#abf97d Text Font Color

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

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


#abf97d Background Color

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

This div background color is #abf97d


#abf97d Border Color

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

This div border color is #abf97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf97d


Comments

No comments written yet.

Please login to write comment.