Color Hex Logo

#ace45a Color Hex

#ACE45A
(172,228,90)
0 Favorites   0 Comments

Color spaces of #ace45a

RGB 17222890
HSL0.230.720.62
HSV84°61°89°
CMYK 0.250.000.61   0.11
XYZ46.602164.995619.7621
Yxy64.99560.35480.4948
Hunter Lab80.6198-37.903341.9003
CIE-Lab84.4815-38.841060.0071

#ace45a color RGB value is (172,228,90).

#ace45a hex color red value is 172, green value is 228 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ace45a hue: 0.23 , saturation: 0.72 and the lightness value of ace45a is 0.62.

The process color (four color CMYK) of #ace45a color hex is 0.25, 0.00, 0.61, 0.11. Web safe color of #ace45a is #99cc66. Color #ace45a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100100 01011010
Octal 254 344 132
Decimal 172 228 90
Hex AC E4 5A

RGB Percentages of Color #ace45a

%35.10
%46.53
%18.37

CMYK Percentages of Color #ace45a

%25
%0
%61
%11

Triadic Colors of #ace45a

#ace45a #5aace4 #e45aac

Analogous Colors of #ace45a

#ace45a #67e45a #e4d75a

Monochromatic Colors of #ace45a

#ace45a

Complementary Color

#ace45a #925ae4

#ace45a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace45a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace45a Color CSS Codes

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

#ace45a Text Font Color

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

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


#ace45a Background Color

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

This div background color is #ace45a


#ace45a Border Color

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

This div border color is #ace45a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace45a


Comments

No comments written yet.

Please login to write comment.