Color Hex Logo

#abfe70 Color Hex

#ABFE70
(171,254,112)
0 Favorites   0 Comments

Color spaces of #abfe70

RGB 171254112
HSL0.260.990.72
HSV95°56°100°
CMYK 0.330.000.56   0.00
XYZ55.161080.711428.0008
Yxy80.71140.33660.4925
Hunter Lab89.8395-47.621144.4084
CIE-Lab92.0031-48.468159.0280

#abfe70 color RGB value is (171,254,112).

#abfe70 hex color red value is 171, green value is 254 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #abfe70 hue: 0.26 , saturation: 0.99 and the lightness value of abfe70 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111110 01110000
Octal 253 376 160
Decimal 171 254 112
Hex AB FE 70

RGB Percentages of Color #abfe70

%31.84
%47.30
%20.86

CMYK Percentages of Color #abfe70

%33
%0
%56
%0

Triadic Colors of #abfe70

#abfe70 #70abfe #fe70ab

Analogous Colors of #abfe70

#abfe70 #70fe7c #f2fe70

Monochromatic Colors of #abfe70

#abfe70

Complementary Color

#abfe70 #c370fe

#abfe70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfe70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfe70 Color CSS Codes

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

#abfe70 Text Font Color

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

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


#abfe70 Background Color

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

This div background color is #abfe70


#abfe70 Border Color

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

This div border color is #abfe70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfe70

Related Colors


Comments

No comments written yet.

Please login to write comment.