Color Hex Logo

#d9daae Color Hex

#D9DAAE
(217,218,174)
0 Favorites   0 Comments

Color spaces of #d9daae

RGB 217218174
HSL0.170.370.77
HSV61°20°85°
CMYK 0.000.000.20   0.15
XYZ61.326767.950549.9279
Yxy67.95050.34220.3792
Hunter Lab82.4321-11.458221.7914
CIE-Lab85.9817-7.519921.6045

#d9daae color RGB value is (217,218,174).

#d9daae hex color red value is 217, green value is 218 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d9daae hue: 0.17 , saturation: 0.37 and the lightness value of d9daae is 0.77.

The process color (four color CMYK) of #d9daae color hex is 0.00, 0.00, 0.20, 0.15. Web safe color of #d9daae is #cccc99. Color #d9daae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011010 10101110
Octal 331 332 256
Decimal 217 218 174
Hex D9 DA AE

RGB Percentages of Color #d9daae

%35.63
%35.80
%28.57

CMYK Percentages of Color #d9daae

%0
%0
%20
%15

Triadic Colors of #d9daae

#d9daae #aed9da #daaed9

Analogous Colors of #d9daae

#d9daae #c3daae #dac5ae

Monochromatic Colors of #d9daae

#d9daae

Complementary Color

#d9daae #afaeda

#d9daae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9daae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9daae Color CSS Codes

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

#d9daae Text Font Color

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

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


#d9daae Background Color

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

This div background color is #d9daae


#d9daae Border Color

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

This div border color is #d9daae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9daae


Comments

No comments written yet.

Please login to write comment.