Color Hex Logo

#ace2ec Color Hex

#ACE2EC
(172,226,236)
0 Favorites   0 Comments

Color spaces of #ace2ec

RGB 172226236
HSL0.530.630.80
HSV189°27°93°
CMYK 0.270.040.00   0.07
XYZ59.349969.219589.5895
Yxy69.21950.27200.3173
Hunter Lab83.1983-18.2631-5.6058
CIE-Lab86.6126-14.9325-10.4929

#ace2ec color RGB value is (172,226,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100010 11101100
Octal 254 342 354
Decimal 172 226 236
Hex AC E2 EC

RGB Percentages of Color #ace2ec

%27.13
%35.65
%37.22

CMYK Percentages of Color #ace2ec

%27
%4
%0
%7

Triadic Colors of #ace2ec

#ace2ec #ecace2 #e2ecac

Analogous Colors of #ace2ec

#ace2ec #acc2ec #acecd6

Monochromatic Colors of #ace2ec

#ace2ec

Complementary Color

#ace2ec #ecb6ac

#ace2ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace2ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace2ec Color CSS Codes

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

#ace2ec Text Font Color

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

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


#ace2ec Background Color

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

This div background color is #ace2ec


#ace2ec Border Color

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

This div border color is #ace2ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace2ec


Comments

No comments written yet.

Please login to write comment.