Color Hex Logo

#abf098 Color Hex

#ABF098
(171,240,152)
0 Favorites   0 Comments

Color spaces of #abf098

RGB 171240152
HSL0.300.750.77
HSV107°37°94°
CMYK 0.290.000.37   0.06
XYZ53.622273.245141.0173
Yxy73.24510.31940.4363
Hunter Lab85.5834-37.931831.4926
CIE-Lab88.5645-37.561235.8398

#abf098 color RGB value is (171,240,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110000 10011000
Octal 253 360 230
Decimal 171 240 152
Hex AB F0 98

RGB Percentages of Color #abf098

%30.37
%42.63
%27.00

CMYK Percentages of Color #abf098

%29
%0
%37
%6

Triadic Colors of #abf098

#abf098 #98abf0 #f098ab

Analogous Colors of #abf098

#abf098 #98f0b1 #d7f098

Monochromatic Colors of #abf098

#abf098

Complementary Color

#abf098 #dd98f0

#abf098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf098 Color CSS Codes

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

#abf098 Text Font Color

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

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


#abf098 Background Color

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

This div background color is #abf098


#abf098 Border Color

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

This div border color is #abf098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf098


Comments

No comments written yet.

Please login to write comment.