Color Hex Logo

#ace59b Color Hex

#ACE59B
(172,229,155)
0 Favorites   0 Comments

Color spaces of #ace59b

RGB 172229155
HSL0.300.590.75
HSV106°32°90°
CMYK 0.250.000.32   0.10
XYZ50.949067.175841.2913
Yxy67.17580.31960.4214
Hunter Lab81.9608-32.471227.5027
CIE-Lab85.5926-31.734430.3950

#ace59b color RGB value is (172,229,155).

#ace59b hex color red value is 172, green value is 229 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ace59b hue: 0.30 , saturation: 0.59 and the lightness value of ace59b is 0.75.

The process color (four color CMYK) of #ace59b color hex is 0.25, 0.00, 0.32, 0.10. Web safe color of #ace59b is #99cc99. Color #ace59b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100101 10011011
Octal 254 345 233
Decimal 172 229 155
Hex AC E5 9B

RGB Percentages of Color #ace59b

%30.94
%41.19
%27.88

CMYK Percentages of Color #ace59b

%25
%0
%32
%10

Triadic Colors of #ace59b

#ace59b #9bace5 #e59bac

Analogous Colors of #ace59b

#ace59b #9be5af #d1e59b

Monochromatic Colors of #ace59b

#ace59b

Complementary Color

#ace59b #d49be5

#ace59b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace59b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace59b Color CSS Codes

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

#ace59b Text Font Color

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

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


#ace59b Background Color

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

This div background color is #ace59b


#ace59b Border Color

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

This div border color is #ace59b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace59b


Comments

No comments written yet.

Please login to write comment.