Color Hex Logo

#acecc4 Color Hex

#ACECC4
(172,236,196)
0 Favorites   0 Comments

Color spaces of #acecc4

RGB 172236196
HSL0.400.630.80
HSV143°27°93°
CMYK 0.270.000.17   0.07
XYZ56.972572.747163.2634
Yxy72.74710.29520.3770
Hunter Lab85.2919-30.028115.7273
CIE-Lab88.3270-28.106212.9852

#acecc4 color RGB value is (172,236,196).

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

The process color (four color CMYK) of #acecc4 color hex is 0.27, 0.00, 0.17, 0.07. Web safe color of #acecc4 is #99ffcc. Color #acecc4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101100 11000100
Octal 254 354 304
Decimal 172 236 196
Hex AC EC C4

RGB Percentages of Color #acecc4

%28.48
%39.07
%32.45

CMYK Percentages of Color #acecc4

%27
%0
%17
%7

Triadic Colors of #acecc4

#acecc4 #c4acec #ecc4ac

Analogous Colors of #acecc4

#acecc4 #acece4 #b4ecac

Monochromatic Colors of #acecc4

#acecc4

Complementary Color

#acecc4 #ecacd4

#acecc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acecc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acecc4 Color CSS Codes

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

#acecc4 Text Font Color

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

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


#acecc4 Background Color

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

This div background color is #acecc4


#acecc4 Border Color

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

This div border color is #acecc4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,236,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 #acecc4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acecc4


Comments

No comments written yet.

Please login to write comment.