Color Hex Logo

#ace55f Color Hex

#ACE55F
(172,229,95)
0 Favorites   0 Comments

Color spaces of #ace55f

RGB 17222995
HSL0.240.720.64
HSV86°59°90°
CMYK 0.250.000.59   0.10
XYZ47.098165.635521.0131
Yxy65.63550.35210.4907
Hunter Lab81.0157-38.007441.3329
CIE-Lab84.8101-38.863958.2331

#ace55f color RGB value is (172,229,95).

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

The process color (four color CMYK) of #ace55f color hex is 0.25, 0.00, 0.59, 0.10. Web safe color of #ace55f is #99cc66. Color #ace55f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100101 01011111
Octal 254 345 137
Decimal 172 229 95
Hex AC E5 5F

RGB Percentages of Color #ace55f

%34.68
%46.17
%19.15

CMYK Percentages of Color #ace55f

%25
%0
%59
%10

Triadic Colors of #ace55f

#ace55f #5face5 #e55fac

Analogous Colors of #ace55f

#ace55f #69e55f #e5db5f

Monochromatic Colors of #ace55f

#ace55f

Complementary Color

#ace55f #985fe5

#ace55f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace55f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace55f Color CSS Codes

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

#ace55f Text Font Color

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

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


#ace55f Background Color

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

This div background color is #ace55f


#ace55f Border Color

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

This div border color is #ace55f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace55f


Comments

No comments written yet.

Please login to write comment.