Color Hex Logo

#aceaf8 Color Hex

#ACEAF8
(172,234,248)
0 Favorites   0 Comments

Color spaces of #aceaf8

RGB 172234248
HSL0.530.840.82
HSV191°31°97°
CMYK 0.310.060.00   0.03
XYZ63.379474.393699.8259
Yxy74.39360.26670.3131
Hunter Lab86.2517-19.7753-8.2448
CIE-Lab89.1082-16.2284-13.0723

#aceaf8 color RGB value is (172,234,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101010 11111000
Octal 254 352 370
Decimal 172 234 248
Hex AC EA F8

RGB Percentages of Color #aceaf8

%26.30
%35.78
%37.92

CMYK Percentages of Color #aceaf8

%31
%6
%0
%3

Triadic Colors of #aceaf8

#aceaf8 #f8acea #eaf8ac

Analogous Colors of #aceaf8

#aceaf8 #acc4f8 #acf8e0

Monochromatic Colors of #aceaf8

#aceaf8

Complementary Color

#aceaf8 #f8baac

#aceaf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceaf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceaf8 Color CSS Codes

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

#aceaf8 Text Font Color

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

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


#aceaf8 Background Color

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

This div background color is #aceaf8


#aceaf8 Border Color

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

This div border color is #aceaf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceaf8


Comments

No comments written yet.

Please login to write comment.