Color Hex Logo

#aceec4 Color Hex

#ACEEC4
(172,238,196)
0 Favorites   0 Comments

Color spaces of #aceec4

RGB 172238196
HSL0.390.660.80
HSV142°28°93°
CMYK 0.280.000.18   0.07
XYZ57.551673.905263.4564
Yxy73.90520.29530.3792
Hunter Lab85.9681-30.946916.4135
CIE-Lab88.8777-29.056313.7651

#aceec4 color RGB value is (172,238,196).

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

The process color (four color CMYK) of #aceec4 color hex is 0.28, 0.00, 0.18, 0.07. Web safe color of #aceec4 is #99ffcc. Color #aceec4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101110 11000100
Octal 254 356 304
Decimal 172 238 196
Hex AC EE C4

RGB Percentages of Color #aceec4

%28.38
%39.27
%32.34

CMYK Percentages of Color #aceec4

%28
%0
%18
%7

Triadic Colors of #aceec4

#aceec4 #c4acee #eec4ac

Analogous Colors of #aceec4

#aceec4 #aceee5 #b5eeac

Monochromatic Colors of #aceec4

#aceec4

Complementary Color

#aceec4 #eeacd6

#aceec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceec4 Color CSS Codes

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

#aceec4 Text Font Color

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

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


#aceec4 Background Color

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

This div background color is #aceec4


#aceec4 Border Color

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

This div border color is #aceec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceec4


Comments

No comments written yet.

Please login to write comment.