Color Hex Logo

#ace6fe Color Hex

#ACE6FE
(172,230,254)
0 Favorites   0 Comments

Color spaces of #ace6fe

RGB 172230254
HSL0.550.980.84
HSV198°32°100°
CMYK 0.320.090.00   0.00
XYZ63.199572.5200104.4327
Yxy72.52000.26320.3020
Hunter Lab85.1587-16.5560-13.0981
CIE-Lab88.2183-12.8064-17.5505

#ace6fe color RGB value is (172,230,254).

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

The process color (four color CMYK) of #ace6fe color hex is 0.32, 0.09, 0.00, 0.00. Web safe color of #ace6fe is #99ffff. Color #ace6fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100110 11111110
Octal 254 346 376
Decimal 172 230 254
Hex AC E6 FE

RGB Percentages of Color #ace6fe

%26.22
%35.06
%38.72

CMYK Percentages of Color #ace6fe

%32
%9
%0
%0

Triadic Colors of #ace6fe

#ace6fe #feace6 #e6feac

Analogous Colors of #ace6fe

#ace6fe #acbdfe #acfeed

Monochromatic Colors of #ace6fe

#ace6fe

Complementary Color

#ace6fe #fec4ac

#ace6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace6fe Color CSS Codes

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

#ace6fe Text Font Color

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

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


#ace6fe Background Color

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

This div background color is #ace6fe


#ace6fe Border Color

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

This div border color is #ace6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace6fe


Comments

No comments written yet.

Please login to write comment.