Color Hex Logo

#abf097 Color Hex

#ABF097
(171,240,151)
0 Favorites   0 Comments

Color spaces of #abf097

RGB 171240151
HSL0.300.750.77
HSV107°37°94°
CMYK 0.290.000.37   0.06
XYZ53.540673.212540.5877
Yxy73.21250.31990.4375
Hunter Lab85.5643-38.043831.7706
CIE-Lab88.5490-37.704036.3191

#abf097 color RGB value is (171,240,151).

#abf097 hex color red value is 171, green value is 240 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #abf097 hue: 0.30 , saturation: 0.75 and the lightness value of abf097 is 0.77.

The process color (four color CMYK) of #abf097 color hex is 0.29, 0.00, 0.37, 0.06. Web safe color of #abf097 is #99ff99. Color #abf097 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110000 10010111
Octal 253 360 227
Decimal 171 240 151
Hex AB F0 97

RGB Percentages of Color #abf097

%30.43
%42.70
%26.87

CMYK Percentages of Color #abf097

%29
%0
%37
%6

Triadic Colors of #abf097

#abf097 #97abf0 #f097ab

Analogous Colors of #abf097

#abf097 #97f0b0 #d8f097

Monochromatic Colors of #abf097

#abf097

Complementary Color

#abf097 #dc97f0

#abf097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf097 Color CSS Codes

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

#abf097 Text Font Color

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

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


#abf097 Background Color

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

This div background color is #abf097


#abf097 Border Color

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

This div border color is #abf097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf097


Comments

No comments written yet.

Please login to write comment.