Color Hex Logo

#ace1ea Color Hex

#ACE1EA
(172,225,234)
0 Favorites   0 Comments

Color spaces of #ace1ea

RGB 172225234
HSL0.520.600.80
HSV189°26°92°
CMYK 0.260.040.00   0.08
XYZ58.789868.561687.9771
Yxy68.56160.27300.3184
Hunter Lab82.8019-18.1675-5.0343
CIE-Lab86.2865-14.8754-9.9241

#ace1ea color RGB value is (172,225,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100001 11101010
Octal 254 341 352
Decimal 172 225 234
Hex AC E1 EA

RGB Percentages of Color #ace1ea

%27.26
%35.66
%37.08

CMYK Percentages of Color #ace1ea

%26
%4
%0
%8

Triadic Colors of #ace1ea

#ace1ea #eaace1 #e1eaac

Analogous Colors of #ace1ea

#ace1ea #acc2ea #acead4

Monochromatic Colors of #ace1ea

#ace1ea

Complementary Color

#ace1ea #eab5ac

#ace1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace1ea Color CSS Codes

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

#ace1ea Text Font Color

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

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


#ace1ea Background Color

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

This div background color is #ace1ea


#ace1ea Border Color

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

This div border color is #ace1ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace1ea


Comments

No comments written yet.

Please login to write comment.