Color Hex Logo

#acddae Color Hex

#ACDDAE
(172,221,174)
0 Favorites   0 Comments

Color spaces of #acddae

RGB 172221174
HSL0.340.420.77
HSV122°22°87°
CMYK 0.220.000.21   0.13
XYZ50.509763.539649.6466
Yxy63.53960.30860.3882
Hunter Lab79.7117-26.388218.8708
CIE-Lab83.7255-24.857018.0046

#acddae color RGB value is (172,221,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011101 10101110
Octal 254 335 256
Decimal 172 221 174
Hex AC DD AE

RGB Percentages of Color #acddae

%30.34
%38.98
%30.69

CMYK Percentages of Color #acddae

%22
%0
%21
%13

Triadic Colors of #acddae

#acddae #aeacdd #ddaeac

Analogous Colors of #acddae

#acddae #acddc7 #c3ddac

Monochromatic Colors of #acddae

#acddae

Complementary Color

#acddae #ddacdb

#acddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#acddae Color CSS Codes

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

#acddae Text Font Color

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

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


#acddae Background Color

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

This div background color is #acddae


#acddae Border Color

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

This div border color is #acddae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,221,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 #acddae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acddae


Comments

No comments written yet.

Please login to write comment.