Color Hex Logo

#acecc3 Color Hex

#ACECC3
(172,236,195)
0 Favorites   0 Comments

Color spaces of #acecc3

RGB 172236195
HSL0.390.630.80
HSV142°27°93°
CMYK 0.270.000.17   0.07
XYZ56.859072.701762.6658
Yxy72.70170.29580.3782
Hunter Lab85.2653-30.181916.1105
CIE-Lab88.3053-28.292813.4749

#acecc3 color RGB value is (172,236,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101100 11000011
Octal 254 354 303
Decimal 172 236 195
Hex AC EC C3

RGB Percentages of Color #acecc3

%28.52
%39.14
%32.34

CMYK Percentages of Color #acecc3

%27
%0
%17
%7

Triadic Colors of #acecc3

#acecc3 #c3acec #ecc3ac

Analogous Colors of #acecc3

#acecc3 #acece3 #b5ecac

Monochromatic Colors of #acecc3

#acecc3

Complementary Color

#acecc3 #ecacd5

#acecc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acecc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acecc3 Color CSS Codes

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

#acecc3 Text Font Color

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

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


#acecc3 Background Color

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

This div background color is #acecc3


#acecc3 Border Color

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

This div border color is #acecc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acecc3


Comments

No comments written yet.

Please login to write comment.