Color Hex Logo

#d5bfbd Color Hex

#D5BFBD
(213,191,189)
0 Favorites   0 Comments

Color spaces of #d5bfbd

RGB 213191189
HSL0.010.220.79
HSV11°84°
CMYK 0.000.100.11   0.16
XYZ55.256755.081955.8636
Yxy55.08190.33250.3314
Hunter Lab74.21723.01807.3242
CIE-Lab79.08847.43983.8351

#d5bfbd color RGB value is (213,191,189).

#d5bfbd hex color red value is 213, green value is 191 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d5bfbd hue: 0.01 , saturation: 0.22 and the lightness value of d5bfbd is 0.79.

The process color (four color CMYK) of #d5bfbd color hex is 0.00, 0.10, 0.11, 0.16. Web safe color of #d5bfbd is #cccccc. Color #d5bfbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10111111 10111101
Octal 325 277 275
Decimal 213 191 189
Hex D5 BF BD

RGB Percentages of Color #d5bfbd

%35.92
%32.21
%31.87

CMYK Percentages of Color #d5bfbd

%0
%10
%11
%16

Triadic Colors of #d5bfbd

#d5bfbd #bdd5bf #bfbdd5

Analogous Colors of #d5bfbd

#d5bfbd #d5cbbd #d5bdc7

Monochromatic Colors of #d5bfbd

#d5bfbd

Complementary Color

#d5bfbd #bdd3d5

#d5bfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5bfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5bfbd Color CSS Codes

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

#d5bfbd Text Font Color

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

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


#d5bfbd Background Color

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

This div background color is #d5bfbd


#d5bfbd Border Color

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

This div border color is #d5bfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5bfbd


Comments

No comments written yet.

Please login to write comment.