Color Hex Logo

#acf860 Color Hex

#ACF860
(172,248,96)
0 Favorites   0 Comments

Color spaces of #acf860

RGB 17224896
HSL0.250.920.67
HSV90°61°97°
CMYK 0.310.000.61   0.03
XYZ52.692076.750023.1034
Yxy76.75000.34540.5031
Hunter Lab87.6071-45.952145.6892
CIE-Lab90.2064-47.041563.8251

#acf860 color RGB value is (172,248,96).

#acf860 hex color red value is 172, green value is 248 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #acf860 hue: 0.25 , saturation: 0.92 and the lightness value of acf860 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111000 01100000
Octal 254 370 140
Decimal 172 248 96
Hex AC F8 60

RGB Percentages of Color #acf860

%33.33
%48.06
%18.60

CMYK Percentages of Color #acf860

%31
%0
%61
%3

Triadic Colors of #acf860

#acf860 #60acf8 #f860ac

Analogous Colors of #acf860

#acf860 #60f860 #f8f860

Monochromatic Colors of #acf860

#acf860

Complementary Color

#acf860 #ac60f8

#acf860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf860 Color CSS Codes

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

#acf860 Text Font Color

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

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


#acf860 Background Color

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

This div background color is #acf860


#acf860 Border Color

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

This div border color is #acf860


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf860


Comments

No comments written yet.

Please login to write comment.