Color Hex Logo

#ace4dd Color Hex

#ACE4DD
(172,228,221)
0 Favorites   0 Comments

Color spaces of #ace4dd

RGB 172228221
HSL0.480.510.78
HSV173°25°89°
CMYK 0.250.000.03   0.11
XYZ57.807869.477978.7704
Yxy69.47790.28050.3372
Hunter Lab83.3534-22.07402.3173
CIE-Lab86.7402-19.2162-2.4031

#ace4dd color RGB value is (172,228,221).

#ace4dd hex color red value is 172, green value is 228 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ace4dd hue: 0.48 , saturation: 0.51 and the lightness value of ace4dd is 0.78.

The process color (four color CMYK) of #ace4dd color hex is 0.25, 0.00, 0.03, 0.11. Web safe color of #ace4dd is #99cccc. Color #ace4dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100100 11011101
Octal 254 344 335
Decimal 172 228 221
Hex AC E4 DD

RGB Percentages of Color #ace4dd

%27.70
%36.71
%35.59

CMYK Percentages of Color #ace4dd

%25
%0
%3
%11

Triadic Colors of #ace4dd

#ace4dd #ddace4 #e4ddac

Analogous Colors of #ace4dd

#ace4dd #accfe4 #ace4c1

Monochromatic Colors of #ace4dd

#ace4dd

Complementary Color

#ace4dd #e4acb3

#ace4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace4dd Color CSS Codes

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

#ace4dd Text Font Color

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

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


#ace4dd Background Color

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

This div background color is #ace4dd


#ace4dd Border Color

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

This div border color is #ace4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace4dd


Comments

No comments written yet.

Please login to write comment.