Color Hex Logo

#abfc7d Color Hex

#ABFC7D
(171,252,125)
0 Favorites   0 Comments

Color spaces of #abfc7d

RGB 171252125
HSL0.270.950.74
HSV98°50°99°
CMYK 0.320.000.50   0.01
XYZ55.306779.759431.8822
Yxy79.75940.33130.4777
Hunter Lab89.3081-45.747841.3497
CIE-Lab91.5768-46.263652.6687

#abfc7d color RGB value is (171,252,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111100 01111101
Octal 253 374 175
Decimal 171 252 125
Hex AB FC 7D

RGB Percentages of Color #abfc7d

%31.20
%45.99
%22.81

CMYK Percentages of Color #abfc7d

%32
%0
%50
%1

Triadic Colors of #abfc7d

#abfc7d #7dabfc #fc7dab

Analogous Colors of #abfc7d

#abfc7d #7dfc8f #ebfc7d

Monochromatic Colors of #abfc7d

#abfc7d

Complementary Color

#abfc7d #ce7dfc

#abfc7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfc7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfc7d Color CSS Codes

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

#abfc7d Text Font Color

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

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


#abfc7d Background Color

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

This div background color is #abfc7d


#abfc7d Border Color

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

This div border color is #abfc7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfc7d

Related Colors


Comments

No comments written yet.

Please login to write comment.