Color Hex Logo

#d5bdbd Color Hex

#D5BDBD
(213,189,189)
3 Favorites   0 Comments

Color spaces of #d5bdbd

RGB 213189189
HSL0.000.220.79
HSV11°84°
CMYK 0.000.110.11   0.16
XYZ54.823554.215455.7192
Yxy54.21540.33280.3291
Hunter Lab73.63114.05136.6750
CIE-Lab78.58728.50703.1090

#d5bdbd color RGB value is (213,189,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10111101 10111101
Octal 325 275 275
Decimal 213 189 189
Hex D5 BD BD

RGB Percentages of Color #d5bdbd

%36.04
%31.98
%31.98

CMYK Percentages of Color #d5bdbd

%0
%11
%11
%16

Triadic Colors of #d5bdbd

#d5bdbd #bdd5bd #bdbdd5

Analogous Colors of #d5bdbd

#d5bdbd #d5c9bd #d5bdc9

Monochromatic Colors of #d5bdbd

#d5bdbd

Complementary Color

#d5bdbd #bdd5d5

#d5bdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5bdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5bdbd Color CSS Codes

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

#d5bdbd Text Font Color

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

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


#d5bdbd Background Color

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

This div background color is #d5bdbd


#d5bdbd Border Color

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

This div border color is #d5bdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5bdbd

#d5bdbd Color Palettes


Comments

No comments written yet.

Please login to write comment.