Color Hex Logo

#acdea4 Color Hex

#ACDEA4
(172,222,164)
0 Favorites   0 Comments

Color spaces of #acdea4

RGB 172222164
HSL0.310.470.76
HSV112°26°87°
CMYK 0.230.000.26   0.13
XYZ49.835463.693544.7894
Yxy63.69350.31480.4023
Hunter Lab79.8082-28.201922.5914
CIE-Lab83.8059-27.014123.3367

#acdea4 color RGB value is (172,222,164).

#acdea4 hex color red value is 172, green value is 222 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #acdea4 hue: 0.31 , saturation: 0.47 and the lightness value of acdea4 is 0.76.

The process color (four color CMYK) of #acdea4 color hex is 0.23, 0.00, 0.26, 0.13. Web safe color of #acdea4 is #99cc99. Color #acdea4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011110 10100100
Octal 254 336 244
Decimal 172 222 164
Hex AC DE A4

RGB Percentages of Color #acdea4

%30.82
%39.78
%29.39

CMYK Percentages of Color #acdea4

%23
%0
%26
%13

Triadic Colors of #acdea4

#acdea4 #a4acde #dea4ac

Analogous Colors of #acdea4

#acdea4 #a4deb9 #c9dea4

Monochromatic Colors of #acdea4

#acdea4

Complementary Color

#acdea4 #d6a4de

#acdea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdea4 Color CSS Codes

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

#acdea4 Text Font Color

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

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


#acdea4 Background Color

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

This div background color is #acdea4


#acdea4 Border Color

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

This div border color is #acdea4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdea4


Comments

No comments written yet.

Please login to write comment.