Color Hex Logo

#aceac0 Color Hex

#ACEAC0
(172,234,192)
0 Favorites   0 Comments

Color spaces of #aceac0

RGB 172234192
HSL0.390.600.80
HSV139°26°92°
CMYK 0.260.000.18   0.08
XYZ55.950571.422160.7061
Yxy71.42210.29750.3797
Hunter Lab84.5116-29.720216.5691
CIE-Lab87.6897-27.895314.1661

#aceac0 color RGB value is (172,234,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101010 11000000
Octal 254 352 300
Decimal 172 234 192
Hex AC EA C0

RGB Percentages of Color #aceac0

%28.76
%39.13
%32.11

CMYK Percentages of Color #aceac0

%26
%0
%18
%8

Triadic Colors of #aceac0

#aceac0 #c0acea #eac0ac

Analogous Colors of #aceac0

#aceac0 #aceadf #b7eaac

Monochromatic Colors of #aceac0

#aceac0

Complementary Color

#aceac0 #eaacd6

#aceac0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceac0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceac0 Color CSS Codes

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

#aceac0 Text Font Color

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

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


#aceac0 Background Color

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

This div background color is #aceac0


#aceac0 Border Color

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

This div border color is #aceac0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceac0


Comments

No comments written yet.

Please login to write comment.