Color Hex Logo

#d2bfad Color Hex

#D2BFAD
(210,191,173)
0 Favorites   0 Comments

Color spaces of #d2bfad

RGB 210191173
HSL0.080.290.75
HSV29°18°82°
CMYK 0.000.090.18   0.18
XYZ52.752053.980447.1741
Yxy53.98040.34280.3507
Hunter Lab73.4714-0.412913.3613
CIE-Lab78.45033.787311.5086

#d2bfad color RGB value is (210,191,173).

#d2bfad hex color red value is 210, green value is 191 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d2bfad hue: 0.08 , saturation: 0.29 and the lightness value of d2bfad is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10111111 10101101
Octal 322 277 255
Decimal 210 191 173
Hex D2 BF AD

RGB Percentages of Color #d2bfad

%36.59
%33.28
%30.14

CMYK Percentages of Color #d2bfad

%0
%9
%18
%18

Triadic Colors of #d2bfad

#d2bfad #add2bf #bfadd2

Analogous Colors of #d2bfad

#d2bfad #d2d2ad #d2adae

Monochromatic Colors of #d2bfad

#d2bfad

Complementary Color

#d2bfad #adc0d2

#d2bfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2bfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2bfad Color CSS Codes

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

#d2bfad Text Font Color

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

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


#d2bfad Background Color

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

This div background color is #d2bfad


#d2bfad Border Color

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

This div border color is #d2bfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2bfad

#d2bfad Color Palettes


Comments

No comments written yet.

Please login to write comment.