Color Hex Logo

#ace00a Color Hex

#ACE00A
(172,224,10)
0 Favorites   0 Comments

Color spaces of #ace00a

RGB 17222410
HSL0.210.910.46
HSV75°96°88°
CMYK 0.230.000.96   0.12
XYZ43.723762.10399.9699
Yxy62.10390.37760.5363
Hunter Lab78.8060-38.874047.6633
CIE-Lab82.9686-40.610780.4909

#ace00a color RGB value is (172,224,10).

#ace00a hex color red value is 172, green value is 224 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ace00a hue: 0.21 , saturation: 0.91 and the lightness value of ace00a is 0.46.

The process color (four color CMYK) of #ace00a color hex is 0.23, 0.00, 0.96, 0.12. Web safe color of #ace00a is #99cc00. Color #ace00a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100000 00001010
Octal 254 340 12
Decimal 172 224 10
Hex AC E0 A

RGB Percentages of Color #ace00a

%42.36
%55.17
%2.46

CMYK Percentages of Color #ace00a

%23
%0
%96
%12

Triadic Colors of #ace00a

#ace00a #0aace0 #e00aac

Analogous Colors of #ace00a

#ace00a #41e00a #e0a90a

Monochromatic Colors of #ace00a

#ace00a

Complementary Color

#ace00a #3e0ae0

#ace00a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace00a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace00a Color CSS Codes

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

#ace00a Text Font Color

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

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


#ace00a Background Color

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

This div background color is #ace00a


#ace00a Border Color

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

This div border color is #ace00a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace00a


Comments

No comments written yet.

Please login to write comment.