Color Hex Logo

#acf576 Color Hex

#ACF576
(172,245,118)
0 Favorites   0 Comments

Color spaces of #acf576

RGB 172245118
HSL0.260.860.71
HSV94°52°96°
CMYK 0.300.000.52   0.04
XYZ52.935775.383528.9000
Yxy75.38350.33670.4795
Hunter Lab86.8237-43.111441.0414
CIE-Lab89.5723-43.676153.4898

#acf576 color RGB value is (172,245,118).

#acf576 hex color red value is 172, green value is 245 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #acf576 hue: 0.26 , saturation: 0.86 and the lightness value of acf576 is 0.71.

The process color (four color CMYK) of #acf576 color hex is 0.30, 0.00, 0.52, 0.04. Web safe color of #acf576 is #99ff66. Color #acf576 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110101 01110110
Octal 254 365 166
Decimal 172 245 118
Hex AC F5 76

RGB Percentages of Color #acf576

%32.15
%45.79
%22.06

CMYK Percentages of Color #acf576

%30
%0
%52
%4

Triadic Colors of #acf576

#acf576 #76acf5 #f576ac

Analogous Colors of #acf576

#acf576 #76f580 #ecf576

Monochromatic Colors of #acf576

#acf576

Complementary Color

#acf576 #bf76f5

#acf576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf576 Color CSS Codes

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

#acf576 Text Font Color

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

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


#acf576 Background Color

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

This div background color is #acf576


#acf576 Border Color

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

This div border color is #acf576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf576


Comments

No comments written yet.

Please login to write comment.