Color Hex Logo

#ace6ff Color Hex

#ACE6FF
(172,230,255)
1 Favorites   0 Comments

Color spaces of #ace6ff

RGB 172230255
HSL0.551.000.84
HSV198°33°100°
CMYK 0.330.100.00   0.00
XYZ63.360172.5843105.2785
Yxy72.58430.26270.3009
Hunter Lab85.1964-16.3443-13.6281
CIE-Lab88.2491-12.5697-18.0284

#ace6ff color RGB value is (172,230,255).

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

The process color (four color CMYK) of #ace6ff color hex is 0.33, 0.10, 0.00, 0.00. Web safe color of #ace6ff is #99ffff. Color #ace6ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100110 11111111
Octal 254 346 377
Decimal 172 230 255
Hex AC E6 FF

RGB Percentages of Color #ace6ff

%26.18
%35.01
%38.81

CMYK Percentages of Color #ace6ff

%33
%10
%0
%0

Triadic Colors of #ace6ff

#ace6ff #fface6 #e6ffac

Analogous Colors of #ace6ff

#ace6ff #acbdff #acffef

Monochromatic Colors of #ace6ff

#ace6ff

Complementary Color

#ace6ff #ffc5ac

#ace6ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace6ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace6ff Color CSS Codes

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

#ace6ff Text Font Color

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

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


#ace6ff Background Color

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

This div background color is #ace6ff


#ace6ff Border Color

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

This div border color is #ace6ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace6ff

Related Colors

#ace6ff Color Palettes


Comments

No comments written yet.

Please login to write comment.