Color Hex Logo

#acfc2c Color Hex

#ACFC2C
(172,252,44)
0 Favorites   0 Comments

Color spaces of #acfc2c

RGB 17225244
HSL0.230.970.58
HSV83°83°99°
CMYK 0.320.000.83   0.01
XYZ52.278378.573314.7937
Yxy78.57330.35890.5395
Hunter Lab88.6416-49.848552.1540
CIE-Lab91.0409-51.716181.7353

#acfc2c color RGB value is (172,252,44).

#acfc2c hex color red value is 172, green value is 252 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #acfc2c hue: 0.23 , saturation: 0.97 and the lightness value of acfc2c is 0.58.

The process color (four color CMYK) of #acfc2c color hex is 0.32, 0.00, 0.83, 0.01. Web safe color of #acfc2c is #99ff33. Color #acfc2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111100 00101100
Octal 254 374 54
Decimal 172 252 44
Hex AC FC 2C

RGB Percentages of Color #acfc2c

%36.75
%53.85
%9.40

CMYK Percentages of Color #acfc2c

%32
%0
%83
%1

Triadic Colors of #acfc2c

#acfc2c #2cacfc #fc2cac

Analogous Colors of #acfc2c

#acfc2c #44fc2c #fce42c

Monochromatic Colors of #acfc2c

#acfc2c

Complementary Color

#acfc2c #7c2cfc

#acfc2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfc2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfc2c Color CSS Codes

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

#acfc2c Text Font Color

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

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


#acfc2c Background Color

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

This div background color is #acfc2c


#acfc2c Border Color

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

This div border color is #acfc2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfc2c


Comments

No comments written yet.

Please login to write comment.