Color Hex Logo

#ace083 Color Hex

#ACE083
(172,224,131)
0 Favorites   0 Comments

Color spaces of #ace083

RGB 172224131
HSL0.260.600.70
HSV94°42°88°
CMYK 0.230.000.42   0.12
XYZ47.765663.720731.2545
Yxy63.72070.33460.4464
Hunter Lab79.8252-32.883932.6635
CIE-Lab83.8201-32.736240.1725

#ace083 color RGB value is (172,224,131).

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

The process color (four color CMYK) of #ace083 color hex is 0.23, 0.00, 0.42, 0.12. Web safe color of #ace083 is #99cc99. Color #ace083 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100000 10000011
Octal 254 340 203
Decimal 172 224 131
Hex AC E0 83

RGB Percentages of Color #ace083

%32.64
%42.50
%24.86

CMYK Percentages of Color #ace083

%23
%0
%42
%12

Triadic Colors of #ace083

#ace083 #83ace0 #e083ac

Analogous Colors of #ace083

#ace083 #83e089 #dbe083

Monochromatic Colors of #ace083

#ace083

Complementary Color

#ace083 #b783e0

#ace083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace083 Color CSS Codes

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

#ace083 Text Font Color

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

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


#ace083 Background Color

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

This div background color is #ace083


#ace083 Border Color

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

This div border color is #ace083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace083


Comments

No comments written yet.

Please login to write comment.