Color Hex Logo

#ace4de Color Hex

#ACE4DE
(172,228,222)
0 Favorites   0 Comments

Color spaces of #ace4de

RGB 172228222
HSL0.480.510.78
HSV174°25°89°
CMYK 0.250.000.03   0.11
XYZ57.941569.531479.4743
Yxy69.53140.28000.3360
Hunter Lab83.3855-21.89151.8608
CIE-Lab86.7665-19.0035-2.8908

#ace4de color RGB value is (172,228,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100100 11011110
Octal 254 344 336
Decimal 172 228 222
Hex AC E4 DE

RGB Percentages of Color #ace4de

%27.65
%36.66
%35.69

CMYK Percentages of Color #ace4de

%25
%0
%3
%11

Triadic Colors of #ace4de

#ace4de #deace4 #e4deac

Analogous Colors of #ace4de

#ace4de #accee4 #ace4c2

Monochromatic Colors of #ace4de

#ace4de

Complementary Color

#ace4de #e4acb2

#ace4de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace4de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace4de Color CSS Codes

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

#ace4de Text Font Color

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

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


#ace4de Background Color

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

This div background color is #ace4de


#ace4de Border Color

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

This div border color is #ace4de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace4de


Comments

No comments written yet.

Please login to write comment.