Color Hex Logo

#aceaff Color Hex

#ACEAFF
(172,234,255)
0 Favorites   0 Comments

Color spaces of #aceaff

RGB 172234255
HSL0.541.000.84
HSV195°33°100°
CMYK 0.330.080.00   0.00
XYZ64.486174.8363105.6538
Yxy74.83630.26320.3055
Hunter Lab86.5080-18.3288-11.8564
CIE-Lab89.3163-14.5974-16.4232

#aceaff color RGB value is (172,234,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101010 11111111
Octal 254 352 377
Decimal 172 234 255
Hex AC EA FF

RGB Percentages of Color #aceaff

%26.02
%35.40
%38.58

CMYK Percentages of Color #aceaff

%33
%8
%0
%0

Triadic Colors of #aceaff

#aceaff #ffacea #eaffac

Analogous Colors of #aceaff

#aceaff #acc1ff #acffeb

Monochromatic Colors of #aceaff

#aceaff

Complementary Color

#aceaff #ffc1ac

#aceaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceaff Color CSS Codes

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

#aceaff Text Font Color

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

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


#aceaff Background Color

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

This div background color is #aceaff


#aceaff Border Color

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

This div border color is #aceaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceaff

#aceaff Color Palettes


Comments

No comments written yet.

Please login to write comment.