Color Hex Logo

#ace1d0 Color Hex

#ACE1D0
(172,225,208)
1 Favorites   0 Comments

Color spaces of #ace1d0

RGB 172225208
HSL0.450.470.78
HSV161°24°88°
CMYK 0.240.000.08   0.12
XYZ55.323667.175169.7247
Yxy67.17510.28780.3495
Hunter Lab81.9604-22.94256.9336
CIE-Lab85.5923-20.42582.7717

#ace1d0 color RGB value is (172,225,208).

#ace1d0 hex color red value is 172, green value is 225 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #ace1d0 hue: 0.45 , saturation: 0.47 and the lightness value of ace1d0 is 0.78.

The process color (four color CMYK) of #ace1d0 color hex is 0.24, 0.00, 0.08, 0.12. Web safe color of #ace1d0 is #99cccc. Color #ace1d0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100001 11010000
Octal 254 341 320
Decimal 172 225 208
Hex AC E1 D0

RGB Percentages of Color #ace1d0

%28.43
%37.19
%34.38

CMYK Percentages of Color #ace1d0

%24
%0
%8
%12

Triadic Colors of #ace1d0

#ace1d0 #d0ace1 #e1d0ac

Analogous Colors of #ace1d0

#ace1d0 #acd8e1 #ace1b6

Monochromatic Colors of #ace1d0

#ace1d0

Complementary Color

#ace1d0 #e1acbd

#ace1d0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace1d0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace1d0 Color CSS Codes

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

#ace1d0 Text Font Color

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

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


#ace1d0 Background Color

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

This div background color is #ace1d0


#ace1d0 Border Color

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

This div border color is #ace1d0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace1d0

#ace1d0 Color Palettes


Comments

No comments written yet.

Please login to write comment.