Color Hex Logo

#ace972 Color Hex

#ACE972
(172,233,114)
0 Favorites   0 Comments

Color spaces of #ace972

RGB 172233114
HSL0.250.730.68
HSV91°51°91°
CMYK 0.260.000.51   0.09
XYZ49.189468.263426.5032
Yxy68.26340.34170.4742
Hunter Lab82.6217-38.316738.8162
CIE-Lab86.1380-38.815751.2248

#ace972 color RGB value is (172,233,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101001 01110010
Octal 254 351 162
Decimal 172 233 114
Hex AC E9 72

RGB Percentages of Color #ace972

%33.14
%44.89
%21.97

CMYK Percentages of Color #ace972

%26
%0
%51
%9

Triadic Colors of #ace972

#ace972 #72ace9 #e972ac

Analogous Colors of #ace972

#ace972 #72e974 #e8e972

Monochromatic Colors of #ace972

#ace972

Complementary Color

#ace972 #af72e9

#ace972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace972 Color CSS Codes

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

#ace972 Text Font Color

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

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


#ace972 Background Color

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

This div background color is #ace972


#ace972 Border Color

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

This div border color is #ace972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace972


Comments

No comments written yet.

Please login to write comment.