Color Hex Logo

#acf00e Color Hex

#ACF00E
(172,240,14)
0 Favorites   0 Comments

Color spaces of #acf00e

RGB 17224014
HSL0.220.890.50
HSV78°94°94°
CMYK 0.280.000.94   0.06
XYZ48.252671.122511.6003
Yxy71.12250.36840.5430
Hunter Lab84.3342-45.454350.8785
CIE-Lab87.5445-47.443083.7123

#acf00e color RGB value is (172,240,14).

#acf00e hex color red value is 172, green value is 240 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #acf00e hue: 0.22 , saturation: 0.89 and the lightness value of acf00e is 0.50.

The process color (four color CMYK) of #acf00e color hex is 0.28, 0.00, 0.94, 0.06. Web safe color of #acf00e is #99ff00. Color #acf00e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110000 00001110
Octal 254 360 16
Decimal 172 240 14
Hex AC F0 E

RGB Percentages of Color #acf00e

%40.38
%56.34
%3.29

CMYK Percentages of Color #acf00e

%28
%0
%94
%6

Triadic Colors of #acf00e

#acf00e #0eacf0 #f00eac

Analogous Colors of #acf00e

#acf00e #3bf00e #f0c30e

Monochromatic Colors of #acf00e

#acf00e

Complementary Color

#acf00e #520ef0

#acf00e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf00e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf00e Color CSS Codes

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

#acf00e Text Font Color

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

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


#acf00e Background Color

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

This div background color is #acf00e


#acf00e Border Color

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

This div border color is #acf00e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf00e


Comments

No comments written yet.

Please login to write comment.