Color Hex Logo

#ace98a Color Hex

#ACE98A
(172,233,138)
0 Favorites   0 Comments

Color spaces of #ace98a

RGB 172233138
HSL0.270.680.73
HSV99°41°91°
CMYK 0.260.000.41   0.09
XYZ50.739668.883534.6663
Yxy68.88350.32890.4465
Hunter Lab82.9961-36.117333.3327
CIE-Lab86.4463-35.971340.0646

#ace98a color RGB value is (172,233,138).

#ace98a hex color red value is 172, green value is 233 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ace98a hue: 0.27 , saturation: 0.68 and the lightness value of ace98a is 0.73.

The process color (four color CMYK) of #ace98a color hex is 0.26, 0.00, 0.41, 0.09. Web safe color of #ace98a is #99ff99. Color #ace98a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101001 10001010
Octal 254 351 212
Decimal 172 233 138
Hex AC E9 8A

RGB Percentages of Color #ace98a

%31.68
%42.91
%25.41

CMYK Percentages of Color #ace98a

%26
%0
%41
%9

Triadic Colors of #ace98a

#ace98a #8aace9 #e98aac

Analogous Colors of #ace98a

#ace98a #8ae998 #dce98a

Monochromatic Colors of #ace98a

#ace98a

Complementary Color

#ace98a #c78ae9

#ace98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace98a Color CSS Codes

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

#ace98a Text Font Color

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

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


#ace98a Background Color

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

This div background color is #ace98a


#ace98a Border Color

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

This div border color is #ace98a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace98a


Comments

No comments written yet.

Please login to write comment.