Color Hex Logo

#ace3ec Color Hex

#ACE3EC
(172,227,236)
0 Favorites   0 Comments

Color spaces of #ace3ec

RGB 172227236
HSL0.520.630.80
HSV188°27°93°
CMYK 0.270.040.00   0.07
XYZ59.622769.765089.6804
Yxy69.76500.27220.3185
Hunter Lab83.5254-18.7514-5.1912
CIE-Lab86.8815-15.4376-10.0928

#ace3ec color RGB value is (172,227,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100011 11101100
Octal 254 343 354
Decimal 172 227 236
Hex AC E3 EC

RGB Percentages of Color #ace3ec

%27.09
%35.75
%37.17

CMYK Percentages of Color #ace3ec

%27
%4
%0
%7

Triadic Colors of #ace3ec

#ace3ec #ecace3 #e3ecac

Analogous Colors of #ace3ec

#ace3ec #acc3ec #acecd5

Monochromatic Colors of #ace3ec

#ace3ec

Complementary Color

#ace3ec #ecb5ac

#ace3ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace3ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace3ec Color CSS Codes

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

#ace3ec Text Font Color

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

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


#ace3ec Background Color

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

This div background color is #ace3ec


#ace3ec Border Color

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

This div border color is #ace3ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace3ec


Comments

No comments written yet.

Please login to write comment.