Color Hex Logo

#acf31f Color Hex

#ACF31F
(172,243,31)
0 Favorites   0 Comments

Color spaces of #acf31f

RGB 17224331
HSL0.220.900.54
HSV80°87°95°
CMYK 0.290.000.87   0.05
XYZ49.311272.970812.7821
Yxy72.97080.36510.5403
Hunter Lab85.4229-46.449450.9243
CIE-Lab88.4338-48.380482.1294

#acf31f color RGB value is (172,243,31).

#acf31f hex color red value is 172, green value is 243 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #acf31f hue: 0.22 , saturation: 0.90 and the lightness value of acf31f is 0.54.

The process color (four color CMYK) of #acf31f color hex is 0.29, 0.00, 0.87, 0.05. Web safe color of #acf31f is #99ff33. Color #acf31f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110011 00011111
Octal 254 363 37
Decimal 172 243 31
Hex AC F3 1F

RGB Percentages of Color #acf31f

%38.57
%54.48
%6.95

CMYK Percentages of Color #acf31f

%29
%0
%87
%5

Triadic Colors of #acf31f

#acf31f #1facf3 #f31fac

Analogous Colors of #acf31f

#acf31f #42f31f #f3d01f

Monochromatic Colors of #acf31f

#acf31f

Complementary Color

#acf31f #661ff3

#acf31f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf31f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf31f Color CSS Codes

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

#acf31f Text Font Color

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

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


#acf31f Background Color

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

This div background color is #acf31f


#acf31f Border Color

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

This div border color is #acf31f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,243,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 #acf31f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf31f


Comments

No comments written yet.

Please login to write comment.