Color Hex Logo

#ace17f Color Hex

#ACE17F
(172,225,127)
0 Favorites   0 Comments

Color spaces of #ace17f

RGB 172225127
HSL0.260.620.69
HSV92°44°88°
CMYK 0.240.000.44   0.12
XYZ47.769264.153429.9438
Yxy64.15340.33670.4522
Hunter Lab80.0958-33.710233.9015
CIE-Lab84.0456-33.697942.4318

#ace17f color RGB value is (172,225,127).

#ace17f hex color red value is 172, green value is 225 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ace17f hue: 0.26 , saturation: 0.62 and the lightness value of ace17f is 0.69.

The process color (four color CMYK) of #ace17f color hex is 0.24, 0.00, 0.44, 0.12. Web safe color of #ace17f is #99cc66. Color #ace17f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100001 01111111
Octal 254 341 177
Decimal 172 225 127
Hex AC E1 7F

RGB Percentages of Color #ace17f

%32.82
%42.94
%24.24

CMYK Percentages of Color #ace17f

%24
%0
%44
%12

Triadic Colors of #ace17f

#ace17f #7face1 #e17fac

Analogous Colors of #ace17f

#ace17f #7fe183 #dde17f

Monochromatic Colors of #ace17f

#ace17f

Complementary Color

#ace17f #b47fe1

#ace17f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace17f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace17f Color CSS Codes

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

#ace17f Text Font Color

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

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


#ace17f Background Color

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

This div background color is #ace17f


#ace17f Border Color

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

This div border color is #ace17f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace17f


Comments

No comments written yet.

Please login to write comment.