color codes Logo

#aceec7 color codes

#ACEEC7
(172,238,199)
0 Favorites   0 Comments

Color spaces of #aceec7

RGB 172238199
HSL0.400.660.80
HSV145°28°93°
CMYK 0.280.000.16   0.07
XYZ57.896674.043265.2731
Yxy74.04320.29360.3754
Hunter Lab86.0484-30.483115.2587
CIE-Lab88.9429-28.493912.2983

#aceec7 color RGB value is (172,238,199).

#aceec7 hex color red value is 172, green value is 238 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #aceec7 hue: 0.40 , saturation: 0.66 and the lightness value of aceec7 is 0.80.

The process color (four color CMYK) of #aceec7 color code is 0.28, 0.00, 0.16, 0.07. Web safe color of #aceec7 is #99ffcc. Color #aceec7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101110 11000111
Octal 254 356 307
Decimal 172 238 199
Hex AC EE C7

RGB Percentages of Color #aceec7

%28.24
%39.08
%32.68

CMYK Percentages of Color #aceec7

%28
%0
%16
%7

Triadic Colors of #aceec7

#aceec7 #c7acee #eec7ac

Analogous Colors of #aceec7

#aceec7 #aceee8 #b2eeac

Monochromatic Colors of #aceec7

#aceec7

Complementary Color

#aceec7 #eeacd3

#aceec7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceec7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceec7 Color CSS Codes

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

#aceec7 Text Font Color

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

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


#aceec7 Background Color

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

This div background color is #aceec7


#aceec7 Border Color

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

This div border color is #aceec7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceec7


Comments

No comments written yet.

Please login to write comment.