Color Hex Logo

#acea9f Color Hex

#ACEA9F
(172,234,159)
0 Favorites   0 Comments

Color spaces of #acea9f

RGB 172234159
HSL0.300.640.77
HSV110°32°92°
CMYK 0.260.000.32   0.08
XYZ52.694170.119543.5580
Yxy70.11950.31670.4215
Hunter Lab83.7374-34.214327.7751
CIE-Lab87.0554-33.454230.3151

#acea9f color RGB value is (172,234,159).

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

The process color (four color CMYK) of #acea9f color hex is 0.26, 0.00, 0.32, 0.08. Web safe color of #acea9f is #99ff99. Color #acea9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101010 10011111
Octal 254 352 237
Decimal 172 234 159
Hex AC EA 9F

RGB Percentages of Color #acea9f

%30.44
%41.42
%28.14

CMYK Percentages of Color #acea9f

%26
%0
%32
%8

Triadic Colors of #acea9f

#acea9f #9facea #ea9fac

Analogous Colors of #acea9f

#acea9f #9feab8 #d2ea9f

Monochromatic Colors of #acea9f

#acea9f

Complementary Color

#acea9f #dd9fea

#acea9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acea9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acea9f Color CSS Codes

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

#acea9f Text Font Color

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

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


#acea9f Background Color

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

This div background color is #acea9f


#acea9f Border Color

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

This div border color is #acea9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acea9f


Comments

No comments written yet.

Please login to write comment.