Color Hex Logo

#acea8f Color Hex

#ACEA8F
(172,234,143)
0 Favorites   0 Comments

Color spaces of #acea8f

RGB 172234143
HSL0.280.680.74
HSV101°39°92°
CMYK 0.260.000.39   0.08
XYZ51.394069.599536.7119
Yxy69.59950.32590.4413
Hunter Lab83.4263-36.032832.3077
CIE-Lab86.8001-35.759738.0394

#acea8f color RGB value is (172,234,143).

#acea8f hex color red value is 172, green value is 234 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #acea8f hue: 0.28 , saturation: 0.68 and the lightness value of acea8f is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101010 10001111
Octal 254 352 217
Decimal 172 234 143
Hex AC EA 8F

RGB Percentages of Color #acea8f

%31.33
%42.62
%26.05

CMYK Percentages of Color #acea8f

%26
%0
%39
%8

Triadic Colors of #acea8f

#acea8f #8facea #ea8fac

Analogous Colors of #acea8f

#acea8f #8feaa0 #daea8f

Monochromatic Colors of #acea8f

#acea8f

Complementary Color

#acea8f #cd8fea

#acea8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acea8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acea8f Color CSS Codes

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

#acea8f Text Font Color

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

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


#acea8f Background Color

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

This div background color is #acea8f


#acea8f Border Color

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

This div border color is #acea8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acea8f


Comments

No comments written yet.

Please login to write comment.