Color Hex Logo

#abfa7e Color Hex

#ABFA7E
(171,250,126)
0 Favorites   0 Comments

Color spaces of #abfa7e

RGB 171250126
HSL0.270.930.74
HSV98°50°98°
CMYK 0.320.000.50   0.02
XYZ54.746178.535532.0121
Yxy78.53550.33120.4751
Hunter Lab88.6203-44.815240.6170
CIE-Lab91.0237-45.294851.5349

#abfa7e color RGB value is (171,250,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111010 01111110
Octal 253 372 176
Decimal 171 250 126
Hex AB FA 7E

RGB Percentages of Color #abfa7e

%31.26
%45.70
%23.03

CMYK Percentages of Color #abfa7e

%32
%0
%50
%2

Triadic Colors of #abfa7e

#abfa7e #7eabfa #fa7eab

Analogous Colors of #abfa7e

#abfa7e #7efa8f #e9fa7e

Monochromatic Colors of #abfa7e

#abfa7e

Complementary Color

#abfa7e #cd7efa

#abfa7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfa7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfa7e Color CSS Codes

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

#abfa7e Text Font Color

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

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


#abfa7e Background Color

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

This div background color is #abfa7e


#abfa7e Border Color

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

This div border color is #abfa7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfa7e

Related Colors


Comments

No comments written yet.

Please login to write comment.