Color Hex Logo

#d7daae Color Hex

#D7DAAE
(215,218,174)
0 Favorites   0 Comments

Color spaces of #d7daae

RGB 215218174
HSL0.180.370.77
HSV64°20°85°
CMYK 0.010.000.20   0.15
XYZ60.735767.645949.9002
Yxy67.64590.34070.3794
Hunter Lab82.2471-12.118521.6011
CIE-Lab85.8291-8.254521.3699

#d7daae color RGB value is (215,218,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11011010 10101110
Octal 327 332 256
Decimal 215 218 174
Hex D7 DA AE

RGB Percentages of Color #d7daae

%35.42
%35.91
%28.67

CMYK Percentages of Color #d7daae

%1
%0
%20
%15

Triadic Colors of #d7daae

#d7daae #aed7da #daaed7

Analogous Colors of #d7daae

#d7daae #c1daae #dac7ae

Monochromatic Colors of #d7daae

#d7daae

Complementary Color

#d7daae #b1aeda

#d7daae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7daae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7daae Color CSS Codes

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

#d7daae Text Font Color

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

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


#d7daae Background Color

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

This div background color is #d7daae


#d7daae Border Color

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

This div border color is #d7daae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7daae


Comments

No comments written yet.

Please login to write comment.