Color Hex Logo

#ace97a Color Hex

#ACE97A
(172,233,122)
0 Favorites   0 Comments

Color spaces of #ace97a

RGB 172233122
HSL0.260.720.70
HSV93°48°91°
CMYK 0.260.000.48   0.09
XYZ49.665068.453629.0076
Yxy68.45360.33760.4653
Hunter Lab82.7367-37.639637.1285
CIE-Lab86.2328-37.934647.5727

#ace97a color RGB value is (172,233,122).

#ace97a hex color red value is 172, green value is 233 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ace97a hue: 0.26 , saturation: 0.72 and the lightness value of ace97a is 0.70.

The process color (four color CMYK) of #ace97a color hex is 0.26, 0.00, 0.48, 0.09. Web safe color of #ace97a is #99ff66. Color #ace97a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101001 01111010
Octal 254 351 172
Decimal 172 233 122
Hex AC E9 7A

RGB Percentages of Color #ace97a

%32.64
%44.21
%23.15

CMYK Percentages of Color #ace97a

%26
%0
%48
%9

Triadic Colors of #ace97a

#ace97a #7aace9 #e97aac

Analogous Colors of #ace97a

#ace97a #7ae980 #e4e97a

Monochromatic Colors of #ace97a

#ace97a

Complementary Color

#ace97a #b77ae9

#ace97a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace97a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace97a Color CSS Codes

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

#ace97a Text Font Color

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

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


#ace97a Background Color

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

This div background color is #ace97a


#ace97a Border Color

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

This div border color is #ace97a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace97a


Comments

No comments written yet.

Please login to write comment.