Color Hex Logo

#d7d1ad Color Hex

#D7D1AD
(215,209,173)
0 Favorites   0 Comments

Color spaces of #d7d1ad

RGB 215209173
HSL0.140.340.76
HSV51°20°84°
CMYK 0.000.030.20   0.16
XYZ58.367663.065148.6316
Yxy63.06510.34320.3708
Hunter Lab79.4135-7.779219.2812
CIE-Lab83.4766-3.786218.6318

#d7d1ad color RGB value is (215,209,173).

#d7d1ad hex color red value is 215, green value is 209 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d7d1ad hue: 0.14 , saturation: 0.34 and the lightness value of d7d1ad is 0.76.

The process color (four color CMYK) of #d7d1ad color hex is 0.00, 0.03, 0.20, 0.16. Web safe color of #d7d1ad is #cccc99. Color #d7d1ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11010001 10101101
Octal 327 321 255
Decimal 215 209 173
Hex D7 D1 AD

RGB Percentages of Color #d7d1ad

%36.01
%35.01
%28.98

CMYK Percentages of Color #d7d1ad

%0
%3
%20
%16

Triadic Colors of #d7d1ad

#d7d1ad #add7d1 #d1add7

Analogous Colors of #d7d1ad

#d7d1ad #c8d7ad #d7bcad

Monochromatic Colors of #d7d1ad

#d7d1ad

Complementary Color

#d7d1ad #adb3d7

#d7d1ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7d1ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7d1ad Color CSS Codes

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

#d7d1ad Text Font Color

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

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


#d7d1ad Background Color

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

This div background color is #d7d1ad


#d7d1ad Border Color

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

This div border color is #d7d1ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,209,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d7d1ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7d1ad


Comments

No comments written yet.

Please login to write comment.