Color Hex Logo

#ace63a Color Hex

#ACE63A
(172,230,58)
0 Favorites   0 Comments

Color spaces of #ace63a

RGB 17223058
HSL0.220.770.56
HSV80°75°90°
CMYK 0.250.000.75   0.10
XYZ46.073865.669814.2502
Yxy65.66980.36570.5212
Hunter Lab81.0369-40.327846.2998
CIE-Lab84.8277-41.829072.2978

#ace63a color RGB value is (172,230,58).

#ace63a hex color red value is 172, green value is 230 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ace63a hue: 0.22 , saturation: 0.77 and the lightness value of ace63a is 0.56.

The process color (four color CMYK) of #ace63a color hex is 0.25, 0.00, 0.75, 0.10. Web safe color of #ace63a is #99ff33. Color #ace63a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100110 00111010
Octal 254 346 72
Decimal 172 230 58
Hex AC E6 3A

RGB Percentages of Color #ace63a

%37.39
%50.00
%12.61

CMYK Percentages of Color #ace63a

%25
%0
%75
%10

Triadic Colors of #ace63a

#ace63a #3aace6 #e63aac

Analogous Colors of #ace63a

#ace63a #56e63a #e6ca3a

Monochromatic Colors of #ace63a

#ace63a

Complementary Color

#ace63a #743ae6

#ace63a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace63a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace63a Color CSS Codes

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

#ace63a Text Font Color

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

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


#ace63a Background Color

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

This div background color is #ace63a


#ace63a Border Color

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

This div border color is #ace63a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace63a


Comments

No comments written yet.

Please login to write comment.