Color Hex Logo

#ace9bb Color Hex

#ACE9BB
(172,233,187)
0 Favorites   0 Comments

Color spaces of #ace9bb

RGB 172233187
HSL0.370.580.79
HSV135°26°91°
CMYK 0.260.000.20   0.09
XYZ55.121870.636357.7427
Yxy70.63630.30040.3849
Hunter Lab84.0454-30.008918.0971
CIE-Lab87.3080-28.329316.2314

#ace9bb color RGB value is (172,233,187).

#ace9bb hex color red value is 172, green value is 233 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ace9bb hue: 0.37 , saturation: 0.58 and the lightness value of ace9bb is 0.79.

The process color (four color CMYK) of #ace9bb color hex is 0.26, 0.00, 0.20, 0.09. Web safe color of #ace9bb is #99ffcc. Color #ace9bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101001 10111011
Octal 254 351 273
Decimal 172 233 187
Hex AC E9 BB

RGB Percentages of Color #ace9bb

%29.05
%39.36
%31.59

CMYK Percentages of Color #ace9bb

%26
%0
%20
%9

Triadic Colors of #ace9bb

#ace9bb #bbace9 #e9bbac

Analogous Colors of #ace9bb

#ace9bb #ace9da #bce9ac

Monochromatic Colors of #ace9bb

#ace9bb

Complementary Color

#ace9bb #e9acda

#ace9bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace9bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace9bb Color CSS Codes

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

#ace9bb Text Font Color

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

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


#ace9bb Background Color

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

This div background color is #ace9bb


#ace9bb Border Color

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

This div border color is #ace9bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace9bb


Comments

No comments written yet.

Please login to write comment.