Color Hex Logo

#ace6bd Color Hex

#ACE6BD
(172,230,189)
0 Favorites   0 Comments

Color spaces of #ace6bd

RGB 172230189
HSL0.380.540.79
HSV138°25°90°
CMYK 0.250.000.18   0.10
XYZ54.495469.038458.5976
Yxy69.03840.29920.3791
Hunter Lab83.0893-28.334516.3491
CIE-Lab86.5231-26.531414.0830

#ace6bd color RGB value is (172,230,189).

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

The process color (four color CMYK) of #ace6bd color hex is 0.25, 0.00, 0.18, 0.10. Web safe color of #ace6bd is #99ffcc. Color #ace6bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100110 10111101
Octal 254 346 275
Decimal 172 230 189
Hex AC E6 BD

RGB Percentages of Color #ace6bd

%29.10
%38.92
%31.98

CMYK Percentages of Color #ace6bd

%25
%0
%18
%10

Triadic Colors of #ace6bd

#ace6bd #bdace6 #e6bdac

Analogous Colors of #ace6bd

#ace6bd #ace6da #b8e6ac

Monochromatic Colors of #ace6bd

#ace6bd

Complementary Color

#ace6bd #e6acd5

#ace6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace6bd Color CSS Codes

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

#ace6bd Text Font Color

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

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


#ace6bd Background Color

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

This div background color is #ace6bd


#ace6bd Border Color

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

This div border color is #ace6bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace6bd

#ace6bd Color Palettes


Comments

No comments written yet.

Please login to write comment.