Color Hex Logo

#aceaf1 Color Hex

#ACEAF1
(172,234,241)
0 Favorites   0 Comments

Color spaces of #aceaf1

RGB 172234241
HSL0.520.710.81
HSV186°29°95°
CMYK 0.290.030.00   0.05
XYZ62.313373.967294.2119
Yxy73.96720.27030.3209
Hunter Lab86.0042-21.1773-4.7453
CIE-Lab88.9070-17.8243-9.7064

#aceaf1 color RGB value is (172,234,241).

#aceaf1 hex color red value is 172, green value is 234 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #aceaf1 hue: 0.52 , saturation: 0.71 and the lightness value of aceaf1 is 0.81.

The process color (four color CMYK) of #aceaf1 color hex is 0.29, 0.03, 0.00, 0.05. Web safe color of #aceaf1 is #99ffff. Color #aceaf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101010 11110001
Octal 254 352 361
Decimal 172 234 241
Hex AC EA F1

RGB Percentages of Color #aceaf1

%26.58
%36.17
%37.25

CMYK Percentages of Color #aceaf1

%29
%3
%0
%5

Triadic Colors of #aceaf1

#aceaf1 #f1acea #eaf1ac

Analogous Colors of #aceaf1

#aceaf1 #acc8f1 #acf1d6

Monochromatic Colors of #aceaf1

#aceaf1

Complementary Color

#aceaf1 #f1b3ac

#aceaf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceaf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceaf1 Color CSS Codes

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

#aceaf1 Text Font Color

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

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


#aceaf1 Background Color

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

This div background color is #aceaf1


#aceaf1 Border Color

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

This div border color is #aceaf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceaf1


Comments

No comments written yet.

Please login to write comment.