Color Hex Logo

#abf08f Color Hex

#ABF08F
(171,240,143)
0 Favorites   0 Comments

Color spaces of #abf08f

RGB 171240143
HSL0.290.760.75
HSV103°40°94°
CMYK 0.290.000.40   0.06
XYZ52.912672.961337.2807
Yxy72.96130.32430.4472
Hunter Lab85.4174-38.906933.9149
CIE-Lab88.4293-38.808940.1332

#abf08f color RGB value is (171,240,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110000 10001111
Octal 253 360 217
Decimal 171 240 143
Hex AB F0 8F

RGB Percentages of Color #abf08f

%30.87
%43.32
%25.81

CMYK Percentages of Color #abf08f

%29
%0
%40
%6

Triadic Colors of #abf08f

#abf08f #8fabf0 #f08fab

Analogous Colors of #abf08f

#abf08f #8ff0a4 #dcf08f

Monochromatic Colors of #abf08f

#abf08f

Complementary Color

#abf08f #d48ff0

#abf08f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf08f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf08f Color CSS Codes

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

#abf08f Text Font Color

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

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


#abf08f Background Color

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

This div background color is #abf08f


#abf08f Border Color

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

This div border color is #abf08f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf08f


Comments

No comments written yet.

Please login to write comment.