Color Hex Logo

#ace17a Color Hex

#ACE17A
(172,225,122)
0 Favorites   0 Comments

Color spaces of #ace17a

RGB 172225122
HSL0.250.630.68
HSV91°46°88°
CMYK 0.240.000.46   0.12
XYZ47.451364.026228.2697
Yxy64.02620.33960.4582
Hunter Lab80.0164-34.174635.0644
CIE-Lab83.9794-34.296544.7882

#ace17a color RGB value is (172,225,122).

#ace17a hex color red value is 172, green value is 225 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ace17a hue: 0.25 , saturation: 0.63 and the lightness value of ace17a is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100001 01111010
Octal 254 341 172
Decimal 172 225 122
Hex AC E1 7A

RGB Percentages of Color #ace17a

%33.14
%43.35
%23.51

CMYK Percentages of Color #ace17a

%24
%0
%46
%12

Triadic Colors of #ace17a

#ace17a #7aace1 #e17aac

Analogous Colors of #ace17a

#ace17a #7ae17c #e0e17a

Monochromatic Colors of #ace17a

#ace17a

Complementary Color

#ace17a #af7ae1

#ace17a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace17a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace17a Color CSS Codes

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

#ace17a Text Font Color

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

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


#ace17a Background Color

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

This div background color is #ace17a


#ace17a Border Color

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

This div border color is #ace17a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace17a


Comments

No comments written yet.

Please login to write comment.