Color Hex Logo

#ace197 Color Hex

#ACE197
(172,225,151)
0 Favorites   0 Comments

Color spaces of #ace197

RGB 172225151
HSL0.290.550.74
HSV103°33°88°
CMYK 0.240.000.33   0.12
XYZ49.524464.855439.1863
Yxy64.85540.32250.4223
Hunter Lab80.5329-31.162327.5232
CIE-Lab84.4092-30.454730.8575

#ace197 color RGB value is (172,225,151).

#ace197 hex color red value is 172, green value is 225 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #ace197 hue: 0.29 , saturation: 0.55 and the lightness value of ace197 is 0.74.

The process color (four color CMYK) of #ace197 color hex is 0.24, 0.00, 0.33, 0.12. Web safe color of #ace197 is #99cc99. Color #ace197 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100001 10010111
Octal 254 341 227
Decimal 172 225 151
Hex AC E1 97

RGB Percentages of Color #ace197

%31.39
%41.06
%27.55

CMYK Percentages of Color #ace197

%24
%0
%33
%12

Triadic Colors of #ace197

#ace197 #97ace1 #e197ac

Analogous Colors of #ace197

#ace197 #97e1a7 #d1e197

Monochromatic Colors of #ace197

#ace197

Complementary Color

#ace197 #cc97e1

#ace197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace197 Color CSS Codes

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

#ace197 Text Font Color

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

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


#ace197 Background Color

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

This div background color is #ace197


#ace197 Border Color

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

This div border color is #ace197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace197


Comments

No comments written yet.

Please login to write comment.