Color Hex Logo

#acdea2 Color Hex

#ACDEA2
(172,222,162)
0 Favorites   0 Comments

Color spaces of #acdea2

RGB 172222162
HSL0.310.480.75
HSV110°27°87°
CMYK 0.230.000.27   0.13
XYZ49.656163.621843.8455
Yxy63.62180.31600.4049
Hunter Lab79.7633-28.461723.2429
CIE-Lab83.7685-27.336724.3244

#acdea2 color RGB value is (172,222,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011110 10100010
Octal 254 336 242
Decimal 172 222 162
Hex AC DE A2

RGB Percentages of Color #acdea2

%30.94
%39.93
%29.14

CMYK Percentages of Color #acdea2

%23
%0
%27
%13

Triadic Colors of #acdea2

#acdea2 #a2acde #dea2ac

Analogous Colors of #acdea2

#acdea2 #a2deb6 #cadea2

Monochromatic Colors of #acdea2

#acdea2

Complementary Color

#acdea2 #d4a2de

#acdea2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdea2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdea2 Color CSS Codes

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

#acdea2 Text Font Color

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

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


#acdea2 Background Color

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

This div background color is #acdea2


#acdea2 Border Color

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

This div border color is #acdea2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdea2


Comments

No comments written yet.

Please login to write comment.