Color Hex Logo

#aceae2 Color Hex

#ACEAE2
(172,234,226)
0 Favorites   0 Comments

Color spaces of #aceae2

RGB 172234226
HSL0.480.600.80
HSV172°26°92°
CMYK 0.260.000.03   0.08
XYZ60.163573.107382.8917
Yxy73.10730.27830.3382
Hunter Lab85.5028-24.02952.3726
CIE-Lab88.4989-21.1189-2.4490

#aceae2 color RGB value is (172,234,226).

#aceae2 hex color red value is 172, green value is 234 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #aceae2 hue: 0.48 , saturation: 0.60 and the lightness value of aceae2 is 0.80.

The process color (four color CMYK) of #aceae2 color hex is 0.26, 0.00, 0.03, 0.08. Web safe color of #aceae2 is #99ffcc. Color #aceae2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101010 11100010
Octal 254 352 342
Decimal 172 234 226
Hex AC EA E2

RGB Percentages of Color #aceae2

%27.22
%37.03
%35.76

CMYK Percentages of Color #aceae2

%26
%0
%3
%8

Triadic Colors of #aceae2

#aceae2 #e2acea #eae2ac

Analogous Colors of #aceae2

#aceae2 #acd3ea #aceac3

Monochromatic Colors of #aceae2

#aceae2

Complementary Color

#aceae2 #eaacb4

#aceae2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceae2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceae2 Color CSS Codes

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

#aceae2 Text Font Color

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

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


#aceae2 Background Color

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

This div background color is #aceae2


#aceae2 Border Color

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

This div border color is #aceae2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceae2


Comments

No comments written yet.

Please login to write comment.