Color Hex Logo

#acdead Color Hex

#ACDEAD
(172,222,173)
0 Favorites   0 Comments

Color spaces of #acdead

RGB 172222173
HSL0.340.430.77
HSV121°23°87°
CMYK 0.230.000.22   0.13
XYZ50.677464.030349.2233
Yxy64.03030.30910.3906
Hunter Lab80.0189-26.985919.5413
CIE-Lab83.9815-25.513018.8849

#acdead color RGB value is (172,222,173).

#acdead hex color red value is 172, green value is 222 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #acdead hue: 0.34 , saturation: 0.43 and the lightness value of acdead is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011110 10101101
Octal 254 336 255
Decimal 172 222 173
Hex AC DE AD

RGB Percentages of Color #acdead

%30.34
%39.15
%30.51

CMYK Percentages of Color #acdead

%23
%0
%22
%13

Triadic Colors of #acdead

#acdead #adacde #deadac

Analogous Colors of #acdead

#acdead #acdec6 #c4deac

Monochromatic Colors of #acdead

#acdead

Complementary Color

#acdead #deacdd

#acdead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdead Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdead Color CSS Codes

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

#acdead Text Font Color

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

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


#acdead Background Color

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

This div background color is #acdead


#acdead Border Color

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

This div border color is #acdead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdead


Comments

No comments written yet.

Please login to write comment.