Color Hex Logo

#acec9f Color Hex

#ACEC9F
(172,236,159)
0 Favorites   0 Comments

Color spaces of #acec9f

RGB 172236159
HSL0.310.670.77
HSV110°33°93°
CMYK 0.270.000.33   0.07
XYZ53.266771.264843.7489
Yxy71.26480.31650.4235
Hunter Lab84.4185-35.101728.3666
CIE-Lab87.6135-34.377231.0623

#acec9f color RGB value is (172,236,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101100 10011111
Octal 254 354 237
Decimal 172 236 159
Hex AC EC 9F

RGB Percentages of Color #acec9f

%30.34
%41.62
%28.04

CMYK Percentages of Color #acec9f

%27
%0
%33
%7

Triadic Colors of #acec9f

#acec9f #9facec #ec9fac

Analogous Colors of #acec9f

#acec9f #9fecb9 #d3ec9f

Monochromatic Colors of #acec9f

#acec9f

Complementary Color

#acec9f #df9fec

#acec9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acec9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acec9f Color CSS Codes

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

#acec9f Text Font Color

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

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


#acec9f Background Color

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

This div background color is #acec9f


#acec9f Border Color

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

This div border color is #acec9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acec9f


Comments

No comments written yet.

Please login to write comment.