Color Hex Logo

#acf870 Color Hex

#ACF870
(172,248,112)
0 Favorites   0 Comments

Color spaces of #acf870

RGB 172248112
HSL0.260.910.71
HSV94°55°97°
CMYK 0.310.000.55   0.03
XYZ53.505377.075327.3862
Yxy77.07530.33870.4879
Hunter Lab87.7925-44.849842.9597
CIE-Lab90.3563-45.584857.1260

#acf870 color RGB value is (172,248,112).

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

The process color (four color CMYK) of #acf870 color hex is 0.31, 0.00, 0.55, 0.03. Web safe color of #acf870 is #99ff66. Color #acf870 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111000 01110000
Octal 254 370 160
Decimal 172 248 112
Hex AC F8 70

RGB Percentages of Color #acf870

%32.33
%46.62
%21.05

CMYK Percentages of Color #acf870

%31
%0
%55
%3

Triadic Colors of #acf870

#acf870 #70acf8 #f870ac

Analogous Colors of #acf870

#acf870 #70f878 #f0f870

Monochromatic Colors of #acf870

#acf870

Complementary Color

#acf870 #bc70f8

#acf870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf870 Color CSS Codes

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

#acf870 Text Font Color

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

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


#acf870 Background Color

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

This div background color is #acf870


#acf870 Border Color

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

This div border color is #acf870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf870

Related Colors


Comments

No comments written yet.

Please login to write comment.