Color Hex Logo

#acdea8 Color Hex

#ACDEA8
(172,222,168)
0 Favorites   0 Comments

Color spaces of #acdea8

RGB 172222168
HSL0.320.450.76
HSV116°24°87°
CMYK 0.230.000.24   0.13
XYZ50.202463.840446.7223
Yxy63.84040.31230.3971
Hunter Lab79.9002-27.671321.2598
CIE-Lab83.8826-26.357321.3593

#acdea8 color RGB value is (172,222,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011110 10101000
Octal 254 336 250
Decimal 172 222 168
Hex AC DE A8

RGB Percentages of Color #acdea8

%30.60
%39.50
%29.89

CMYK Percentages of Color #acdea8

%23
%0
%24
%13

Triadic Colors of #acdea8

#acdea8 #a8acde #dea8ac

Analogous Colors of #acdea8

#acdea8 #a8debf #c7dea8

Monochromatic Colors of #acdea8

#acdea8

Complementary Color

#acdea8 #daa8de

#acdea8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdea8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdea8 Color CSS Codes

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

#acdea8 Text Font Color

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

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


#acdea8 Background Color

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

This div background color is #acdea8


#acdea8 Border Color

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

This div border color is #acdea8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdea8


Comments

No comments written yet.

Please login to write comment.