Color Hex Logo

#aceae3 Color Hex

#ACEAE3
(172,234,227)
0 Favorites   0 Comments

Color spaces of #aceae3

RGB 172234227
HSL0.480.600.80
HSV173°26°92°
CMYK 0.260.000.03   0.08
XYZ60.301273.162383.6166
Yxy73.16230.27780.3370
Hunter Lab85.5350-23.84571.9142
CIE-Lab88.5251-20.9045-2.9346

#aceae3 color RGB value is (172,234,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101010 11100011
Octal 254 352 343
Decimal 172 234 227
Hex AC EA E3

RGB Percentages of Color #aceae3

%27.17
%36.97
%35.86

CMYK Percentages of Color #aceae3

%26
%0
%3
%8

Triadic Colors of #aceae3

#aceae3 #e3acea #eae3ac

Analogous Colors of #aceae3

#aceae3 #acd2ea #aceac4

Monochromatic Colors of #aceae3

#aceae3

Complementary Color

#aceae3 #eaacb3

#aceae3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceae3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceae3 Color CSS Codes

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

#aceae3 Text Font Color

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

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


#aceae3 Background Color

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

This div background color is #aceae3


#aceae3 Border Color

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

This div border color is #aceae3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceae3


Comments

No comments written yet.

Please login to write comment.