Color Hex Logo

#ace9bd Color Hex

#ACE9BD
(172,233,189)
0 Favorites   0 Comments

Color spaces of #ace9bd

RGB 172233189
HSL0.380.580.79
HSV137°26°91°
CMYK 0.260.000.19   0.09
XYZ55.337570.722658.8783
Yxy70.72260.29920.3824
Hunter Lab84.0967-29.712317.3572
CIE-Lab87.3501-27.967415.2495

#ace9bd color RGB value is (172,233,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101001 10111101
Octal 254 351 275
Decimal 172 233 189
Hex AC E9 BD

RGB Percentages of Color #ace9bd

%28.96
%39.23
%31.82

CMYK Percentages of Color #ace9bd

%26
%0
%19
%9

Triadic Colors of #ace9bd

#ace9bd #bdace9 #e9bdac

Analogous Colors of #ace9bd

#ace9bd #ace9dc #bae9ac

Monochromatic Colors of #ace9bd

#ace9bd

Complementary Color

#ace9bd #e9acd8

#ace9bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace9bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace9bd Color CSS Codes

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

#ace9bd Text Font Color

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

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


#ace9bd Background Color

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

This div background color is #ace9bd


#ace9bd Border Color

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

This div border color is #ace9bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace9bd

#ace9bd Color Palettes


Comments

No comments written yet.

Please login to write comment.