Color Hex Logo

#ace7ec Color Hex

#ACE7EC
(172,231,236)
0 Favorites   0 Comments

Color spaces of #ace7ec

RGB 172231236
HSL0.510.630.80
HSV185°27°93°
CMYK 0.270.020.00   0.07
XYZ60.729571.978690.0494
Yxy71.97860.27260.3231
Hunter Lab84.8402-20.6982-3.5423
CIE-Lab87.9583-17.4467-8.4930

#ace7ec color RGB value is (172,231,236).

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

The process color (four color CMYK) of #ace7ec color hex is 0.27, 0.02, 0.00, 0.07. Web safe color of #ace7ec is #99ffff. Color #ace7ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100111 11101100
Octal 254 347 354
Decimal 172 231 236
Hex AC E7 EC

RGB Percentages of Color #ace7ec

%26.92
%36.15
%36.93

CMYK Percentages of Color #ace7ec

%27
%2
%0
%7

Triadic Colors of #ace7ec

#ace7ec #ecace7 #e7ecac

Analogous Colors of #ace7ec

#ace7ec #acc7ec #acecd1

Monochromatic Colors of #ace7ec

#ace7ec

Complementary Color

#ace7ec #ecb1ac

#ace7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace7ec Color CSS Codes

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

#ace7ec Text Font Color

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

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


#ace7ec Background Color

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

This div background color is #ace7ec


#ace7ec Border Color

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

This div border color is #ace7ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace7ec


Comments

No comments written yet.

Please login to write comment.