Color Hex Logo

#ace993 Color Hex

#ACE993
(172,233,147)
0 Favorites   0 Comments

Color spaces of #ace993

RGB 172233147
HSL0.280.660.75
HSV103°37°91°
CMYK 0.260.000.37   0.09
XYZ51.418669.155138.2420
Yxy69.15510.32380.4354
Hunter Lab83.1595-35.160430.9464
CIE-Lab86.5808-34.749635.7538

#ace993 color RGB value is (172,233,147).

#ace993 hex color red value is 172, green value is 233 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #ace993 hue: 0.28 , saturation: 0.66 and the lightness value of ace993 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101001 10010011
Octal 254 351 223
Decimal 172 233 147
Hex AC E9 93

RGB Percentages of Color #ace993

%31.16
%42.21
%26.63

CMYK Percentages of Color #ace993

%26
%0
%37
%9

Triadic Colors of #ace993

#ace993 #93ace9 #e993ac

Analogous Colors of #ace993

#ace993 #93e9a5 #d7e993

Monochromatic Colors of #ace993

#ace993

Complementary Color

#ace993 #d093e9

#ace993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace993 Color CSS Codes

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

#ace993 Text Font Color

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

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


#ace993 Background Color

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

This div background color is #ace993


#ace993 Border Color

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

This div border color is #ace993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace993


Comments

No comments written yet.

Please login to write comment.