Color Hex Logo

#ace4ed Color Hex

#ACE4ED
(172,228,237)
0 Favorites   0 Comments

Color spaces of #ace4ed

RGB 172228237
HSL0.520.640.80
HSV188°27°93°
CMYK 0.270.040.00   0.07
XYZ60.042770.371990.5393
Yxy70.37190.27170.3185
Hunter Lab83.8880-19.0428-5.2694
CIE-Lab87.1789-15.7171-10.1765

#ace4ed color RGB value is (172,228,237).

#ace4ed hex color red value is 172, green value is 228 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ace4ed hue: 0.52 , saturation: 0.64 and the lightness value of ace4ed is 0.80.

The process color (four color CMYK) of #ace4ed color hex is 0.27, 0.04, 0.00, 0.07. Web safe color of #ace4ed is #99ccff. Color #ace4ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100100 11101101
Octal 254 344 355
Decimal 172 228 237
Hex AC E4 ED

RGB Percentages of Color #ace4ed

%27.00
%35.79
%37.21

CMYK Percentages of Color #ace4ed

%27
%4
%0
%7

Triadic Colors of #ace4ed

#ace4ed #edace4 #e4edac

Analogous Colors of #ace4ed

#ace4ed #acc4ed #acedd6

Monochromatic Colors of #ace4ed

#ace4ed

Complementary Color

#ace4ed #edb5ac

#ace4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace4ed Color CSS Codes

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

#ace4ed Text Font Color

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

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


#ace4ed Background Color

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

This div background color is #ace4ed


#ace4ed Border Color

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

This div border color is #ace4ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace4ed


Comments

No comments written yet.

Please login to write comment.