Color Hex Logo

#ace2eb Color Hex

#ACE2EB
(172,226,235)
1 Favorites   0 Comments

Color spaces of #ace2eb

RGB 172226235
HSL0.520.610.80
HSV189°27°92°
CMYK 0.270.040.00   0.08
XYZ59.205069.161588.8263
Yxy69.16150.27260.3184
Hunter Lab83.1634-18.4597-5.1129
CIE-Lab86.5840-15.1570-10.0087

#ace2eb color RGB value is (172,226,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100010 11101011
Octal 254 342 353
Decimal 172 226 235
Hex AC E2 EB

RGB Percentages of Color #ace2eb

%27.17
%35.70
%37.12

CMYK Percentages of Color #ace2eb

%27
%4
%0
%8

Triadic Colors of #ace2eb

#ace2eb #ebace2 #e2ebac

Analogous Colors of #ace2eb

#ace2eb #acc3eb #acebd5

Monochromatic Colors of #ace2eb

#ace2eb

Complementary Color

#ace2eb #ebb5ac

#ace2eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace2eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace2eb Color CSS Codes

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

#ace2eb Text Font Color

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

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


#ace2eb Background Color

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

This div background color is #ace2eb


#ace2eb Border Color

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

This div border color is #ace2eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace2eb

#ace2eb Color Palettes


Comments

No comments written yet.

Please login to write comment.