Color Hex Logo

#d9c5ae Color Hex

#D9C5AE
(217,197,174)
0 Favorites   0 Comments

Color spaces of #d9c5ae

RGB 217197174
HSL0.090.360.77
HSV32°20°85°
CMYK 0.000.090.20   0.15
XYZ56.221557.740248.2262
Yxy57.74020.34660.3560
Hunter Lab75.9870-0.908015.5616
CIE-Lab80.59413.364414.0880

#d9c5ae color RGB value is (217,197,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11000101 10101110
Octal 331 305 256
Decimal 217 197 174
Hex D9 C5 AE

RGB Percentages of Color #d9c5ae

%36.90
%33.50
%29.59

CMYK Percentages of Color #d9c5ae

%0
%9
%20
%15

Triadic Colors of #d9c5ae

#d9c5ae #aed9c5 #c5aed9

Analogous Colors of #d9c5ae

#d9c5ae #d8d9ae #d9b0ae

Monochromatic Colors of #d9c5ae

#d9c5ae

Complementary Color

#d9c5ae #aec2d9

#d9c5ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9c5ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9c5ae Color CSS Codes

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

#d9c5ae Text Font Color

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

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


#d9c5ae Background Color

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

This div background color is #d9c5ae


#d9c5ae Border Color

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

This div border color is #d9c5ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9c5ae


Comments

No comments written yet.

Please login to write comment.