Color Hex Logo

#ace860 Color Hex

#ACE860
(172,232,96)
0 Favorites   0 Comments

Color spaces of #ace860

RGB 17223296
HSL0.240.750.64
HSV86°59°91°
CMYK 0.260.000.59   0.09
XYZ47.981267.328421.5331
Yxy67.32840.35060.4920
Hunter Lab82.0539-39.216041.8785
CIE-Lab85.6695-40.110558.7691

#ace860 color RGB value is (172,232,96).

#ace860 hex color red value is 172, green value is 232 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #ace860 hue: 0.24 , saturation: 0.75 and the lightness value of ace860 is 0.64.

The process color (four color CMYK) of #ace860 color hex is 0.26, 0.00, 0.59, 0.09. Web safe color of #ace860 is #99ff66. Color #ace860 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101000 01100000
Octal 254 350 140
Decimal 172 232 96
Hex AC E8 60

RGB Percentages of Color #ace860

%34.40
%46.40
%19.20

CMYK Percentages of Color #ace860

%26
%0
%59
%9

Triadic Colors of #ace860

#ace860 #60ace8 #e860ac

Analogous Colors of #ace860

#ace860 #68e860 #e8e060

Monochromatic Colors of #ace860

#ace860

Complementary Color

#ace860 #9c60e8

#ace860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace860 Color CSS Codes

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

#ace860 Text Font Color

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

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


#ace860 Background Color

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

This div background color is #ace860


#ace860 Border Color

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

This div border color is #ace860


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,232,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 #ace860">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace860


Comments

No comments written yet.

Please login to write comment.