Color Hex Logo

#ace92e Color Hex

#ACE92E
(172,233,46)
0 Favorites   0 Comments

Color spaces of #ace92e

RGB 17223346
HSL0.220.810.55
HSV80°80°91°
CMYK 0.260.000.80   0.09
XYZ46.645367.245713.1060
Yxy67.24570.36730.5295
Hunter Lab82.0035-41.971547.9266
CIE-Lab85.6279-43.660676.4713

#ace92e color RGB value is (172,233,46).

#ace92e hex color red value is 172, green value is 233 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ace92e hue: 0.22 , saturation: 0.81 and the lightness value of ace92e is 0.55.

The process color (four color CMYK) of #ace92e color hex is 0.26, 0.00, 0.80, 0.09. Web safe color of #ace92e is #99ff33. Color #ace92e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101001 00101110
Octal 254 351 56
Decimal 172 233 46
Hex AC E9 2E

RGB Percentages of Color #ace92e

%38.14
%51.66
%10.20

CMYK Percentages of Color #ace92e

%26
%0
%80
%9

Triadic Colors of #ace92e

#ace92e #2eace9 #e92eac

Analogous Colors of #ace92e

#ace92e #4fe92e #e9c92e

Monochromatic Colors of #ace92e

#ace92e

Complementary Color

#ace92e #6b2ee9

#ace92e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace92e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace92e Color CSS Codes

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

#ace92e Text Font Color

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

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


#ace92e Background Color

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

This div background color is #ace92e


#ace92e Border Color

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

This div border color is #ace92e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace92e


Comments

No comments written yet.

Please login to write comment.