Color Hex Logo

#abfc7f Color Hex

#ABFC7F
(171,252,127)
0 Favorites   0 Comments

Color spaces of #abfc7f

RGB 171252127
HSL0.270.950.74
HSV99°50°99°
CMYK 0.320.000.50   0.01
XYZ55.435879.811032.5620
Yxy79.81100.33040.4756
Hunter Lab89.3370-45.576140.9256
CIE-Lab91.6000-46.039051.7714

#abfc7f color RGB value is (171,252,127).

#abfc7f hex color red value is 171, green value is 252 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #abfc7f hue: 0.27 , saturation: 0.95 and the lightness value of abfc7f is 0.74.

The process color (four color CMYK) of #abfc7f color hex is 0.32, 0.00, 0.50, 0.01. Web safe color of #abfc7f is #99ff66. Color #abfc7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111100 01111111
Octal 253 374 177
Decimal 171 252 127
Hex AB FC 7F

RGB Percentages of Color #abfc7f

%31.09
%45.82
%23.09

CMYK Percentages of Color #abfc7f

%32
%0
%50
%1

Triadic Colors of #abfc7f

#abfc7f #7fabfc #fc7fab

Analogous Colors of #abfc7f

#abfc7f #7ffc92 #eafc7f

Monochromatic Colors of #abfc7f

#abfc7f

Complementary Color

#abfc7f #d07ffc

#abfc7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfc7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfc7f Color CSS Codes

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

#abfc7f Text Font Color

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

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


#abfc7f Background Color

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

This div background color is #abfc7f


#abfc7f Border Color

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

This div border color is #abfc7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfc7f


Comments

No comments written yet.

Please login to write comment.