Color Hex Logo

#aceafa Color Hex

#ACEAFA
(172,234,250)
0 Favorites   0 Comments

Color spaces of #aceafa

RGB 172234250
HSL0.530.890.83
HSV192°31°98°
CMYK 0.310.060.00   0.02
XYZ63.691474.5184101.4691
Yxy74.51840.26570.3109
Hunter Lab86.3240-19.3666-9.2653
CIE-Lab89.1669-15.7660-14.0312

#aceafa color RGB value is (172,234,250).

#aceafa hex color red value is 172, green value is 234 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #aceafa hue: 0.53 , saturation: 0.89 and the lightness value of aceafa is 0.83.

The process color (four color CMYK) of #aceafa color hex is 0.31, 0.06, 0.00, 0.02. Web safe color of #aceafa is #99ffff. Color #aceafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101010 11111010
Octal 254 352 372
Decimal 172 234 250
Hex AC EA FA

RGB Percentages of Color #aceafa

%26.22
%35.67
%38.11

CMYK Percentages of Color #aceafa

%31
%6
%0
%2

Triadic Colors of #aceafa

#aceafa #faacea #eafaac

Analogous Colors of #aceafa

#aceafa #acc3fa #acfae3

Monochromatic Colors of #aceafa

#aceafa

Complementary Color

#aceafa #fabcac

#aceafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceafa Color CSS Codes

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

#aceafa Text Font Color

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

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


#aceafa Background Color

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

This div background color is #aceafa


#aceafa Border Color

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

This div border color is #aceafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceafa


Comments

No comments written yet.

Please login to write comment.