Color Hex Logo

#acfe1f Color Hex

#ACFE1F
(172,254,31)
0 Favorites   0 Comments

Color spaces of #acfe1f

RGB 17225431
HSL0.230.990.56
HSV82°88°100°
CMYK 0.320.000.88   0.00
XYZ52.702479.753213.9125
Yxy79.75320.36010.5449
Hunter Lab89.3046-50.942853.2766
CIE-Lab91.5740-52.909284.7379

#acfe1f color RGB value is (172,254,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111110 00011111
Octal 254 376 37
Decimal 172 254 31
Hex AC FE 1F

RGB Percentages of Color #acfe1f

%37.64
%55.58
%6.78

CMYK Percentages of Color #acfe1f

%32
%0
%88
%0

Triadic Colors of #acfe1f

#acfe1f #1facfe #fe1fac

Analogous Colors of #acfe1f

#acfe1f #3dfe1f #fee11f

Monochromatic Colors of #acfe1f

#acfe1f

Complementary Color

#acfe1f #711ffe

#acfe1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfe1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfe1f Color CSS Codes

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

#acfe1f Text Font Color

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

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


#acfe1f Background Color

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

This div background color is #acfe1f


#acfe1f Border Color

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

This div border color is #acfe1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfe1f

Related Colors


Comments

No comments written yet.

Please login to write comment.