Color Hex Logo

#aceacd Color Hex

#ACEACD
(172,234,205)
0 Favorites   0 Comments

Color spaces of #aceacd

RGB 172234205
HSL0.420.600.80
HSV152°26°92°
CMYK 0.260.000.12   0.08
XYZ57.455572.024168.6314
Yxy72.02410.29000.3636
Hunter Lab84.8670-27.671711.4595
CIE-Lab87.9802-25.42357.7946

#aceacd color RGB value is (172,234,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101010 11001101
Octal 254 352 315
Decimal 172 234 205
Hex AC EA CD

RGB Percentages of Color #aceacd

%28.15
%38.30
%33.55

CMYK Percentages of Color #aceacd

%26
%0
%12
%8

Triadic Colors of #aceacd

#aceacd #cdacea #eacdac

Analogous Colors of #aceacd

#aceacd #ace8ea #aceaae

Monochromatic Colors of #aceacd

#aceacd

Complementary Color

#aceacd #eaacc9

#aceacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceacd Color CSS Codes

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

#aceacd Text Font Color

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

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


#aceacd Background Color

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

This div background color is #aceacd


#aceacd Border Color

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

This div border color is #aceacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceacd


Comments

No comments written yet.

Please login to write comment.