Color Hex Logo

#aceac8 Color Hex

#ACEAC8
(172,234,200)
0 Favorites   0 Comments

Color spaces of #aceac8

RGB 172234200
HSL0.410.600.80
HSV147°26°92°
CMYK 0.260.000.15   0.08
XYZ56.861471.786465.5028
Yxy71.78640.29290.3697
Hunter Lab84.7269-28.478113.4714
CIE-Lab87.8657-26.392110.2434

#aceac8 color RGB value is (172,234,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101010 11001000
Octal 254 352 310
Decimal 172 234 200
Hex AC EA C8

RGB Percentages of Color #aceac8

%28.38
%38.61
%33.00

CMYK Percentages of Color #aceac8

%26
%0
%15
%8

Triadic Colors of #aceac8

#aceac8 #c8acea #eac8ac

Analogous Colors of #aceac8

#aceac8 #aceae7 #afeaac

Monochromatic Colors of #aceac8

#aceac8

Complementary Color

#aceac8 #eaacce

#aceac8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceac8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceac8 Color CSS Codes

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

#aceac8 Text Font Color

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

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


#aceac8 Background Color

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

This div background color is #aceac8


#aceac8 Border Color

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

This div border color is #aceac8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceac8


Comments

No comments written yet.

Please login to write comment.