Color Hex Logo

#abfc2e Color Hex

#ABFC2E
(171,252,46)
0 Favorites   0 Comments

Color spaces of #abfc2e

RGB 17125246
HSL0.230.970.58
HSV84°82°99°
CMYK 0.320.000.82   0.01
XYZ52.098178.476014.9863
Yxy78.47600.35790.5391
Hunter Lab88.5867-50.050351.9805
CIE-Lab90.9967-51.996881.2148

#abfc2e color RGB value is (171,252,46).

#abfc2e hex color red value is 171, green value is 252 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #abfc2e hue: 0.23 , saturation: 0.97 and the lightness value of abfc2e is 0.58.

The process color (four color CMYK) of #abfc2e color hex is 0.32, 0.00, 0.82, 0.01. Web safe color of #abfc2e is #99ff33. Color #abfc2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111100 00101110
Octal 253 374 56
Decimal 171 252 46
Hex AB FC 2E

RGB Percentages of Color #abfc2e

%36.46
%53.73
%9.81

CMYK Percentages of Color #abfc2e

%32
%0
%82
%1

Triadic Colors of #abfc2e

#abfc2e #2eabfc #fc2eab

Analogous Colors of #abfc2e

#abfc2e #44fc2e #fce62e

Monochromatic Colors of #abfc2e

#abfc2e

Complementary Color

#abfc2e #7f2efc

#abfc2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfc2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfc2e Color CSS Codes

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

#abfc2e Text Font Color

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

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


#abfc2e Background Color

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

This div background color is #abfc2e


#abfc2e Border Color

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

This div border color is #abfc2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfc2e

Related Colors


Comments

No comments written yet.

Please login to write comment.