Color Hex Logo

#acf00c Color Hex

#ACF00C
(172,240,12)
0 Favorites   0 Comments

Color spaces of #acf00c

RGB 17224012
HSL0.220.900.49
HSV78°95°94°
CMYK 0.280.000.95   0.06
XYZ48.239771.117411.5324
Yxy71.11740.36860.5433
Hunter Lab84.3311-45.472650.9238
CIE-Lab87.5420-47.467983.8934

#acf00c color RGB value is (172,240,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110000 00001100
Octal 254 360 14
Decimal 172 240 12
Hex AC F0 C

RGB Percentages of Color #acf00c

%40.57
%56.60
%2.83

CMYK Percentages of Color #acf00c

%28
%0
%95
%6

Triadic Colors of #acf00c

#acf00c #0cacf0 #f00cac

Analogous Colors of #acf00c

#acf00c #3af00c #f0c20c

Monochromatic Colors of #acf00c

#acf00c

Complementary Color

#acf00c #500cf0

#acf00c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf00c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf00c Color CSS Codes

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

#acf00c Text Font Color

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

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


#acf00c Background Color

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

This div background color is #acf00c


#acf00c Border Color

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

This div border color is #acf00c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf00c


Comments

No comments written yet.

Please login to write comment.