Color Hex Logo

#acfe1e Color Hex

#ACFE1E
(172,254,30)
0 Favorites   0 Comments

Color spaces of #acfe1e

RGB 17225430
HSL0.230.990.56
HSV82°88°100°
CMYK 0.320.000.88   0.00
XYZ52.689479.748013.8442
Yxy79.74800.36020.5452
Hunter Lab89.3017-50.960353.3197
CIE-Lab91.5717-52.932984.8990

#acfe1e color RGB value is (172,254,30).

#acfe1e hex color red value is 172, green value is 254 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #acfe1e hue: 0.23 , saturation: 0.99 and the lightness value of acfe1e is 0.56.

The process color (four color CMYK) of #acfe1e color hex is 0.32, 0.00, 0.88, 0.00. Web safe color of #acfe1e is #99ff33. Color #acfe1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111110 00011110
Octal 254 376 36
Decimal 172 254 30
Hex AC FE 1E

RGB Percentages of Color #acfe1e

%37.72
%55.70
%6.58

CMYK Percentages of Color #acfe1e

%32
%0
%88
%0

Triadic Colors of #acfe1e

#acfe1e #1eacfe #fe1eac

Analogous Colors of #acfe1e

#acfe1e #3cfe1e #fee01e

Monochromatic Colors of #acfe1e

#acfe1e

Complementary Color

#acfe1e #701efe

#acfe1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfe1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfe1e Color CSS Codes

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

#acfe1e Text Font Color

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

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


#acfe1e Background Color

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

This div background color is #acfe1e


#acfe1e Border Color

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

This div border color is #acfe1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfe1e

Related Colors


Comments

No comments written yet.

Please login to write comment.