Color Hex Logo

#ace9dd Color Hex

#ACE9DD
(172,233,221)
0 Favorites   0 Comments

Color spaces of #ace9dd

RGB 172233221
HSL0.470.580.79
HSV168°26°91°
CMYK 0.260.000.05   0.09
XYZ59.203372.268979.2356
Yxy72.26890.28100.3430
Hunter Lab85.0111-24.45884.2458
CIE-Lab88.0979-21.6866-0.4150

#ace9dd color RGB value is (172,233,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101001 11011101
Octal 254 351 335
Decimal 172 233 221
Hex AC E9 DD

RGB Percentages of Color #ace9dd

%27.48
%37.22
%35.30

CMYK Percentages of Color #ace9dd

%26
%0
%5
%9

Triadic Colors of #ace9dd

#ace9dd #ddace9 #e9ddac

Analogous Colors of #ace9dd

#ace9dd #acd7e9 #ace9bf

Monochromatic Colors of #ace9dd

#ace9dd

Complementary Color

#ace9dd #e9acb8

#ace9dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace9dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace9dd Color CSS Codes

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

#ace9dd Text Font Color

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

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


#ace9dd Background Color

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

This div background color is #ace9dd


#ace9dd Border Color

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

This div border color is #ace9dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace9dd


Comments

No comments written yet.

Please login to write comment.