Color Hex Logo

#ace25f Color Hex

#ACE25F
(172,226,95)
0 Favorites   0 Comments

Color spaces of #ace25f

RGB 17222695
HSL0.240.690.63
HSV85°58°89°
CMYK 0.240.000.58   0.11
XYZ46.275263.989620.7387
Yxy63.98960.35320.4885
Hunter Lab79.9935-36.728740.6242
CIE-Lab83.9604-37.518957.2732

#ace25f color RGB value is (172,226,95).

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

The process color (four color CMYK) of #ace25f color hex is 0.24, 0.00, 0.58, 0.11. Web safe color of #ace25f is #99cc66. Color #ace25f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100010 01011111
Octal 254 342 137
Decimal 172 226 95
Hex AC E2 5F

RGB Percentages of Color #ace25f

%34.89
%45.84
%19.27

CMYK Percentages of Color #ace25f

%24
%0
%58
%11

Triadic Colors of #ace25f

#ace25f #5face2 #e25fac

Analogous Colors of #ace25f

#ace25f #6be25f #e2d75f

Monochromatic Colors of #ace25f

#ace25f

Complementary Color

#ace25f #955fe2

#ace25f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace25f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace25f Color CSS Codes

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

#ace25f Text Font Color

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

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


#ace25f Background Color

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

This div background color is #ace25f


#ace25f Border Color

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

This div border color is #ace25f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,226,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 #ace25f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace25f


Comments

No comments written yet.

Please login to write comment.