color codes Logo

#abf46f color codes

#ABF46F
(171,244,111)
0 Favorites   0 Comments

Color spaces of #abf46f

RGB 171244111
HSL0.260.860.70
HSV93°55°96°
CMYK 0.300.000.55   0.04
XYZ52.014574.507026.6788
Yxy74.50700.33950.4863
Hunter Lab86.3174-43.492242.0970
CIE-Lab89.1616-44.305856.1627

#abf46f color RGB value is (171,244,111).

#abf46f hex color red value is 171, green value is 244 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #abf46f hue: 0.26 , saturation: 0.86 and the lightness value of abf46f is 0.70.

The process color (four color CMYK) of #abf46f color code is 0.30, 0.00, 0.55, 0.04. Web safe color of #abf46f is #99ff66. Color #abf46f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110100 01101111
Octal 253 364 157
Decimal 171 244 111
Hex AB F4 6F

RGB Percentages of Color #abf46f

%32.51
%46.39
%21.10

CMYK Percentages of Color #abf46f

%30
%0
%55
%4

Triadic Colors of #abf46f

#abf46f #6fabf4 #f46fab

Analogous Colors of #abf46f

#abf46f #6ff476 #eef46f

Monochromatic Colors of #abf46f

#abf46f

Complementary Color

#abf46f #b86ff4

#abf46f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf46f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf46f Color CSS Codes

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

#abf46f Text Font Color

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

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


#abf46f Background Color

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

This div background color is #abf46f


#abf46f Border Color

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

This div border color is #abf46f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf46f


Comments

No comments written yet.

Please login to write comment.