Color Hex Logo

#aceca0 Color Hex

#ACECA0
(172,236,160)
0 Favorites   0 Comments

Color spaces of #aceca0

RGB 172236160
HSL0.310.670.78
HSV111°32°93°
CMYK 0.270.000.32   0.07
XYZ53.353971.299644.2079
Yxy71.29960.31600.4222
Hunter Lab84.4391-34.980928.0662
CIE-Lab87.6304-34.225130.5771

#aceca0 color RGB value is (172,236,160).

#aceca0 hex color red value is 172, green value is 236 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #aceca0 hue: 0.31 , saturation: 0.67 and the lightness value of aceca0 is 0.78.

The process color (four color CMYK) of #aceca0 color hex is 0.27, 0.00, 0.32, 0.07. Web safe color of #aceca0 is #99ff99. Color #aceca0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101100 10100000
Octal 254 354 240
Decimal 172 236 160
Hex AC EC A0

RGB Percentages of Color #aceca0

%30.28
%41.55
%28.17

CMYK Percentages of Color #aceca0

%27
%0
%32
%7

Triadic Colors of #aceca0

#aceca0 #a0acec #eca0ac

Analogous Colors of #aceca0

#aceca0 #a0ecba #d2eca0

Monochromatic Colors of #aceca0

#aceca0

Complementary Color

#aceca0 #e0a0ec

#aceca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceca0 Color CSS Codes

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

#aceca0 Text Font Color

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

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


#aceca0 Background Color

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

This div background color is #aceca0


#aceca0 Border Color

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

This div border color is #aceca0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceca0


Comments

No comments written yet.

Please login to write comment.