Color Hex Logo

#acf574 Color Hex

#ACF574
(172,245,116)
0 Favorites   0 Comments

Color spaces of #acf574

RGB 172245116
HSL0.260.870.71
HSV94°53°96°
CMYK 0.300.000.53   0.04
XYZ52.818175.336428.2806
Yxy75.33640.33760.4816
Hunter Lab86.7965-43.271841.4393
CIE-Lab89.5503-43.886154.3768

#acf574 color RGB value is (172,245,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110101 01110100
Octal 254 365 164
Decimal 172 245 116
Hex AC F5 74

RGB Percentages of Color #acf574

%32.27
%45.97
%21.76

CMYK Percentages of Color #acf574

%30
%0
%53
%4

Triadic Colors of #acf574

#acf574 #74acf5 #f574ac

Analogous Colors of #acf574

#acf574 #74f57d #edf574

Monochromatic Colors of #acf574

#acf574

Complementary Color

#acf574 #bd74f5

#acf574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf574 Color CSS Codes

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

#acf574 Text Font Color

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

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


#acf574 Background Color

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

This div background color is #acf574


#acf574 Border Color

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

This div border color is #acf574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf574


Comments

No comments written yet.

Please login to write comment.