Color Hex Logo

#abf49e Color Hex

#ABF49E
(171,244,158)
0 Favorites   0 Comments

Color spaces of #abf49e

RGB 171244158
HSL0.310.800.79
HSV111°35°96°
CMYK 0.300.000.35   0.04
XYZ55.316875.827944.0685
Yxy75.82790.31570.4328
Hunter Lab87.0792-38.997130.9503
CIE-Lab89.7794-38.490734.4381

#abf49e color RGB value is (171,244,158).

#abf49e hex color red value is 171, green value is 244 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #abf49e hue: 0.31 , saturation: 0.80 and the lightness value of abf49e is 0.79.

The process color (four color CMYK) of #abf49e color hex is 0.30, 0.00, 0.35, 0.04. Web safe color of #abf49e is #99ff99. Color #abf49e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110100 10011110
Octal 253 364 236
Decimal 171 244 158
Hex AB F4 9E

RGB Percentages of Color #abf49e

%29.84
%42.58
%27.57

CMYK Percentages of Color #abf49e

%30
%0
%35
%4

Triadic Colors of #abf49e

#abf49e #9eabf4 #f49eab

Analogous Colors of #abf49e

#abf49e #9ef4bc #d6f49e

Monochromatic Colors of #abf49e

#abf49e

Complementary Color

#abf49e #e79ef4

#abf49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf49e Color CSS Codes

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

#abf49e Text Font Color

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

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


#abf49e Background Color

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

This div background color is #abf49e


#abf49e Border Color

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

This div border color is #abf49e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf49e


Comments

No comments written yet.

Please login to write comment.