Color Hex Logo

#ace0fe Color Hex

#ACE0FE
(172,224,254)
0 Favorites   0 Comments

Color spaces of #ace0fe

RGB 172224254
HSL0.560.980.84
HSV202°32°100°
CMYK 0.320.120.00   0.00
XYZ61.558369.2377103.8857
Yxy69.23770.26230.2950
Hunter Lab83.2092-13.5615-15.7764
CIE-Lab86.6216-9.7350-19.9584

#ace0fe color RGB value is (172,224,254).

#ace0fe hex color red value is 172, green value is 224 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ace0fe hue: 0.56 , saturation: 0.98 and the lightness value of ace0fe is 0.84.

The process color (four color CMYK) of #ace0fe color hex is 0.32, 0.12, 0.00, 0.00. Web safe color of #ace0fe is #99ccff. Color #ace0fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100000 11111110
Octal 254 340 376
Decimal 172 224 254
Hex AC E0 FE

RGB Percentages of Color #ace0fe

%26.46
%34.46
%39.08

CMYK Percentages of Color #ace0fe

%32
%12
%0
%0

Triadic Colors of #ace0fe

#ace0fe #feace0 #e0feac

Analogous Colors of #ace0fe

#ace0fe #acb7fe #acfef3

Monochromatic Colors of #ace0fe

#ace0fe

Complementary Color

#ace0fe #fecaac

#ace0fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace0fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace0fe Color CSS Codes

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

#ace0fe Text Font Color

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

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


#ace0fe Background Color

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

This div background color is #ace0fe


#ace0fe Border Color

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

This div border color is #ace0fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace0fe


Comments

No comments written yet.

Please login to write comment.