Color Hex Logo

#ace152 Color Hex

#ACE152
(172,225,82)
0 Favorites   0 Comments

Color spaces of #ace152

RGB 17222582
HSL0.230.700.60
HSV82°64°88°
CMYK 0.240.000.64   0.12
XYZ45.461563.230317.7912
Yxy63.23030.35940.4999
Hunter Lab79.5175-37.104142.3967
CIE-Lab83.5634-38.127162.3212

#ace152 color RGB value is (172,225,82).

#ace152 hex color red value is 172, green value is 225 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #ace152 hue: 0.23 , saturation: 0.70 and the lightness value of ace152 is 0.60.

The process color (four color CMYK) of #ace152 color hex is 0.24, 0.00, 0.64, 0.12. Web safe color of #ace152 is #99cc66. Color #ace152 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100001 01010010
Octal 254 341 122
Decimal 172 225 82
Hex AC E1 52

RGB Percentages of Color #ace152

%35.91
%46.97
%17.12

CMYK Percentages of Color #ace152

%24
%0
%64
%12

Triadic Colors of #ace152

#ace152 #52ace1 #e152ac

Analogous Colors of #ace152

#ace152 #65e152 #e1cf52

Monochromatic Colors of #ace152

#ace152

Complementary Color

#ace152 #8752e1

#ace152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace152 Color CSS Codes

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

#ace152 Text Font Color

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

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


#ace152 Background Color

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

This div background color is #ace152


#ace152 Border Color

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

This div border color is #ace152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace152


Comments

No comments written yet.

Please login to write comment.