Color Hex Logo

#acea9d Color Hex

#ACEA9D
(172,234,157)
0 Favorites   0 Comments

Color spaces of #acea9d

RGB 172234157
HSL0.300.650.77
HSV108°33°92°
CMYK 0.260.000.33   0.08
XYZ52.521970.050642.6512
Yxy70.05060.31790.4240
Hunter Lab83.6962-34.454328.3735
CIE-Lab87.0217-33.756631.2867

#acea9d color RGB value is (172,234,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101010 10011101
Octal 254 352 235
Decimal 172 234 157
Hex AC EA 9D

RGB Percentages of Color #acea9d

%30.55
%41.56
%27.89

CMYK Percentages of Color #acea9d

%26
%0
%33
%8

Triadic Colors of #acea9d

#acea9d #9dacea #ea9dac

Analogous Colors of #acea9d

#acea9d #9deab5 #d3ea9d

Monochromatic Colors of #acea9d

#acea9d

Complementary Color

#acea9d #db9dea

#acea9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acea9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acea9d Color CSS Codes

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

#acea9d Text Font Color

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

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


#acea9d Background Color

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

This div background color is #acea9d


#acea9d Border Color

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

This div border color is #acea9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acea9d


Comments

No comments written yet.

Please login to write comment.