Color Hex Logo

#adddae Color Hex

#ADDDAE
(173,221,174)
0 Favorites   0 Comments

Color spaces of #adddae

RGB 173221174
HSL0.340.410.77
HSV121°22°87°
CMYK 0.220.000.21   0.13
XYZ50.730063.653149.6569
Yxy63.65310.30930.3880
Hunter Lab79.7829-26.120718.9459
CIE-Lab83.7848-24.524918.0963

#adddae color RGB value is (173,221,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011101 10101110
Octal 255 335 256
Decimal 173 221 174
Hex AD DD AE

RGB Percentages of Color #adddae

%30.46
%38.91
%30.63

CMYK Percentages of Color #adddae

%22
%0
%21
%13

Triadic Colors of #adddae

#adddae #aeaddd #ddaead

Analogous Colors of #adddae

#adddae #adddc6 #c4ddad

Monochromatic Colors of #adddae

#adddae

Complementary Color

#adddae #ddaddc

#adddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#adddae Color CSS Codes

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

#adddae Text Font Color

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

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


#adddae Background Color

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

This div background color is #adddae


#adddae Border Color

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

This div border color is #adddae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adddae


Comments

No comments written yet.

Please login to write comment.