Color Hex Logo

#acdcae Color Hex

#ACDCAE
(172,220,174)
0 Favorites   0 Comments

Color spaces of #acdcae

RGB 172220174
HSL0.340.410.77
HSV123°22°86°
CMYK 0.220.000.21   0.14
XYZ50.246463.013049.5589
Yxy63.01300.30860.3870
Hunter Lab79.3807-25.929418.5506
CIE-Lab83.4492-24.371217.6190

#acdcae color RGB value is (172,220,174).

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

The process color (four color CMYK) of #acdcae color hex is 0.22, 0.00, 0.21, 0.14. Web safe color of #acdcae is #99cc99. Color #acdcae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011100 10101110
Octal 254 334 256
Decimal 172 220 174
Hex AC DC AE

RGB Percentages of Color #acdcae

%30.39
%38.87
%30.74

CMYK Percentages of Color #acdcae

%22
%0
%21
%14

Triadic Colors of #acdcae

#acdcae #aeacdc #dcaeac

Analogous Colors of #acdcae

#acdcae #acdcc6 #c2dcac

Monochromatic Colors of #acdcae

#acdcae

Complementary Color

#acdcae #dcacda

#acdcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdcae Color CSS Codes

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

#acdcae Text Font Color

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

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


#acdcae Background Color

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

This div background color is #acdcae


#acdcae Border Color

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

This div border color is #acdcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdcae


Comments

No comments written yet.

Please login to write comment.