Color Hex Logo

#ace6dc Color Hex

#ACE6DC
(172,230,220)
0 Favorites   0 Comments

Color spaces of #ace6dc

RGB 172230220
HSL0.470.540.79
HSV170°25°90°
CMYK 0.250.000.04   0.10
XYZ58.228370.531678.2551
Yxy70.53160.28130.3407
Hunter Lab83.9831-23.21043.5420
CIE-Lab87.2569-20.4190-1.1197

#ace6dc color RGB value is (172,230,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100110 11011100
Octal 254 346 334
Decimal 172 230 220
Hex AC E6 DC

RGB Percentages of Color #ace6dc

%27.65
%36.98
%35.37

CMYK Percentages of Color #ace6dc

%25
%0
%4
%10

Triadic Colors of #ace6dc

#ace6dc #dcace6 #e6dcac

Analogous Colors of #ace6dc

#ace6dc #acd3e6 #ace6bf

Monochromatic Colors of #ace6dc

#ace6dc

Complementary Color

#ace6dc #e6acb6

#ace6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace6dc Color CSS Codes

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

#ace6dc Text Font Color

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

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


#ace6dc Background Color

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

This div background color is #ace6dc


#ace6dc Border Color

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

This div border color is #ace6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace6dc


Comments

No comments written yet.

Please login to write comment.