Color Hex Logo

#acfc0c Color Hex

#ACFC0C
(172,252,12)
0 Favorites   0 Comments

Color spaces of #acfc0c

RGB 17225212
HSL0.220.980.52
HSV80°95°99°
CMYK 0.320.000.95   0.01
XYZ51.890078.418012.7491
Yxy78.41800.36270.5482
Hunter Lab88.5539-50.373653.4518
CIE-Lab90.9703-52.428786.5871

#acfc0c color RGB value is (172,252,12).

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

The process color (four color CMYK) of #acfc0c color hex is 0.32, 0.00, 0.95, 0.01. Web safe color of #acfc0c is #99ff00. Color #acfc0c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111100 00001100
Octal 254 374 14
Decimal 172 252 12
Hex AC FC C

RGB Percentages of Color #acfc0c

%39.45
%57.80
%2.75

CMYK Percentages of Color #acfc0c

%32
%0
%95
%1

Triadic Colors of #acfc0c

#acfc0c #0cacfc #fc0cac

Analogous Colors of #acfc0c

#acfc0c #34fc0c #fcd40c

Monochromatic Colors of #acfc0c

#acfc0c

Complementary Color

#acfc0c #5c0cfc

#acfc0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfc0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfc0c Color CSS Codes

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

#acfc0c Text Font Color

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

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


#acfc0c Background Color

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

This div background color is #acfc0c


#acfc0c Border Color

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

This div border color is #acfc0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfc0c


Comments

No comments written yet.

Please login to write comment.