Color Hex Logo

#ace2e7 Color Hex

#ACE2E7
(172,226,231)
0 Favorites   0 Comments

Color spaces of #ace2e7

RGB 172226231
HSL0.510.550.79
HSV185°26°91°
CMYK 0.260.020.00   0.09
XYZ58.633468.932985.8164
Yxy68.93290.27480.3230
Hunter Lab83.0258-19.2373-3.1647
CIE-Lab86.4708-16.0480-8.0687

#ace2e7 color RGB value is (172,226,231).

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

The process color (four color CMYK) of #ace2e7 color hex is 0.26, 0.02, 0.00, 0.09. Web safe color of #ace2e7 is #99ccff. Color #ace2e7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100010 11100111
Octal 254 342 347
Decimal 172 226 231
Hex AC E2 E7

RGB Percentages of Color #ace2e7

%27.34
%35.93
%36.72

CMYK Percentages of Color #ace2e7

%26
%2
%0
%9

Triadic Colors of #ace2e7

#ace2e7 #e7ace2 #e2e7ac

Analogous Colors of #ace2e7

#ace2e7 #acc5e7 #ace7cf

Monochromatic Colors of #ace2e7

#ace2e7

Complementary Color

#ace2e7 #e7b1ac

#ace2e7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace2e7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace2e7 Color CSS Codes

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

#ace2e7 Text Font Color

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

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


#ace2e7 Background Color

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

This div background color is #ace2e7


#ace2e7 Border Color

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

This div border color is #ace2e7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace2e7


Comments

No comments written yet.

Please login to write comment.