Color Hex Logo

#acff0f Color Hex

#ACFF0F
(172,255,15)
0 Favorites   0 Comments

Color spaces of #acff0f

RGB 17225515
HSL0.221.000.53
HSV81°94°100°
CMYK 0.330.000.94   0.00
XYZ52.859580.325113.1703
Yxy80.32510.36120.5488
Hunter Lab89.6243-51.565054.0243
CIE-Lab91.8305-53.607287.0043

#acff0f color RGB value is (172,255,15).

#acff0f hex color red value is 172, green value is 255 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #acff0f hue: 0.22 , saturation: 1.00 and the lightness value of acff0f is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 00001111
Octal 254 377 17
Decimal 172 255 15
Hex AC FF F

RGB Percentages of Color #acff0f

%38.91
%57.69
%3.39

CMYK Percentages of Color #acff0f

%33
%0
%94
%0

Triadic Colors of #acff0f

#acff0f #0facff #ff0fac

Analogous Colors of #acff0f

#acff0f #34ff0f #ffda0f

Monochromatic Colors of #acff0f

#acff0f

Complementary Color

#acff0f #620fff

#acff0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acff0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acff0f Color CSS Codes

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

#acff0f Text Font Color

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

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


#acff0f Background Color

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

This div background color is #acff0f


#acff0f Border Color

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

This div border color is #acff0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acff0f


Comments

No comments written yet.

Please login to write comment.