Color Hex Logo

#ace970 Color Hex

#ACE970
(172,233,112)
0 Favorites   0 Comments

Color spaces of #ace970

RGB 172233112
HSL0.250.730.68
HSV90°52°91°
CMYK 0.260.000.52   0.09
XYZ49.076868.218325.9101
Yxy68.21830.34270.4764
Hunter Lab82.5944-38.477139.2166
CIE-Lab86.1155-39.025352.1246

#ace970 color RGB value is (172,233,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101001 01110000
Octal 254 351 160
Decimal 172 233 112
Hex AC E9 70

RGB Percentages of Color #ace970

%33.27
%45.07
%21.66

CMYK Percentages of Color #ace970

%26
%0
%52
%9

Triadic Colors of #ace970

#ace970 #70ace9 #e970ac

Analogous Colors of #ace970

#ace970 #70e971 #e9e970

Monochromatic Colors of #ace970

#ace970

Complementary Color

#ace970 #ad70e9

#ace970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace970 Color CSS Codes

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

#ace970 Text Font Color

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

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


#ace970 Background Color

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

This div background color is #ace970


#ace970 Border Color

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

This div border color is #ace970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace970


Comments

No comments written yet.

Please login to write comment.