Color Hex Logo

#abfe7e Color Hex

#ABFE7E
(171,254,126)
0 Favorites   0 Comments

Color spaces of #abfe7e

RGB 171254126
HSL0.270.980.75
HSV99°50°100°
CMYK 0.330.000.50   0.00
XYZ56.002381.047932.4308
Yxy81.04790.33040.4782
Hunter Lab90.0266-46.508241.6602
CIE-Lab92.1530-47.004552.9047

#abfe7e color RGB value is (171,254,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111110 01111110
Octal 253 376 176
Decimal 171 254 126
Hex AB FE 7E

RGB Percentages of Color #abfe7e

%31.03
%46.10
%22.87

CMYK Percentages of Color #abfe7e

%33
%0
%50
%0

Triadic Colors of #abfe7e

#abfe7e #7eabfe #fe7eab

Analogous Colors of #abfe7e

#abfe7e #7efe91 #ebfe7e

Monochromatic Colors of #abfe7e

#abfe7e

Complementary Color

#abfe7e #d17efe

#abfe7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfe7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfe7e Color CSS Codes

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

#abfe7e Text Font Color

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

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


#abfe7e Background Color

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

This div background color is #abfe7e


#abfe7e Border Color

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

This div border color is #abfe7e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,254,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 #abfe7e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfe7e


Comments

No comments written yet.

Please login to write comment.