Color Hex Logo

#ace99b Color Hex

#ACE99B
(172,233,155)
0 Favorites   0 Comments

Color spaces of #ace99b

RGB 172233155
HSL0.300.640.76
HSV107°33°91°
CMYK 0.260.000.33   0.09
XYZ52.068669.415041.6645
Yxy69.41500.31910.4255
Hunter Lab83.3157-34.247828.6712
CIE-Lab86.7091-33.593331.8851

#ace99b color RGB value is (172,233,155).

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

The process color (four color CMYK) of #ace99b color hex is 0.26, 0.00, 0.33, 0.09. Web safe color of #ace99b is #99ff99. Color #ace99b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101001 10011011
Octal 254 351 233
Decimal 172 233 155
Hex AC E9 9B

RGB Percentages of Color #ace99b

%30.71
%41.61
%27.68

CMYK Percentages of Color #ace99b

%26
%0
%33
%9

Triadic Colors of #ace99b

#ace99b #9bace9 #e99bac

Analogous Colors of #ace99b

#ace99b #9be9b1 #d3e99b

Monochromatic Colors of #ace99b

#ace99b

Complementary Color

#ace99b #d89be9

#ace99b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace99b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace99b Color CSS Codes

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

#ace99b Text Font Color

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

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


#ace99b Background Color

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

This div background color is #ace99b


#ace99b Border Color

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

This div border color is #ace99b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,233,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 #ace99b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace99b


Comments

No comments written yet.

Please login to write comment.