Color Hex Logo

#d7bdaf Color Hex

#D7BDAF
(215,189,175)
2 Favorites   0 Comments

Color spaces of #d7bdaf

RGB 215189175
HSL0.060.330.76
HSV21°19°84°
CMYK 0.000.120.19   0.16
XYZ53.959853.937448.1244
Yxy53.93740.34580.3457
Hunter Lab73.44212.624912.5585
CIE-Lab78.42527.007810.4559

#d7bdaf color RGB value is (215,189,175).

#d7bdaf hex color red value is 215, green value is 189 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d7bdaf hue: 0.06 , saturation: 0.33 and the lightness value of d7bdaf is 0.76.

The process color (four color CMYK) of #d7bdaf color hex is 0.00, 0.12, 0.19, 0.16. Web safe color of #d7bdaf is #cccc99. Color #d7bdaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10111101 10101111
Octal 327 275 257
Decimal 215 189 175
Hex D7 BD AF

RGB Percentages of Color #d7bdaf

%37.13
%32.64
%30.22

CMYK Percentages of Color #d7bdaf

%0
%12
%19
%16

Triadic Colors of #d7bdaf

#d7bdaf #afd7bd #bdafd7

Analogous Colors of #d7bdaf

#d7bdaf #d7d1af #d7afb5

Monochromatic Colors of #d7bdaf

#d7bdaf

Complementary Color

#d7bdaf #afc9d7

#d7bdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7bdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7bdaf Color CSS Codes

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

#d7bdaf Text Font Color

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

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


#d7bdaf Background Color

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

This div background color is #d7bdaf


#d7bdaf Border Color

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

This div border color is #d7bdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7bdaf

#d7bdaf Color Palettes


Comments

No comments written yet.

Please login to write comment.