Color Hex Logo

#d4bdbd Color Hex

#D4BDBD
(212,189,189)
0 Favorites   0 Comments

Color spaces of #d4bdbd

RGB 212189189
HSL0.000.210.79
HSV11°83°
CMYK 0.000.110.11   0.17
XYZ54.534354.066455.7057
Yxy54.06640.33190.3291
Hunter Lab73.52993.70946.5532
CIE-Lab78.50048.14772.9724

#d4bdbd color RGB value is (212,189,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10111101 10111101
Octal 324 275 275
Decimal 212 189 189
Hex D4 BD BD

RGB Percentages of Color #d4bdbd

%35.93
%32.03
%32.03

CMYK Percentages of Color #d4bdbd

%0
%11
%11
%17

Triadic Colors of #d4bdbd

#d4bdbd #bdd4bd #bdbdd4

Analogous Colors of #d4bdbd

#d4bdbd #d4c9bd #d4bdc9

Monochromatic Colors of #d4bdbd

#d4bdbd

Complementary Color

#d4bdbd #bdd4d4

#d4bdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4bdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4bdbd Color CSS Codes

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

#d4bdbd Text Font Color

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

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


#d4bdbd Background Color

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

This div background color is #d4bdbd


#d4bdbd Border Color

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

This div border color is #d4bdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4bdbd


Comments

No comments written yet.

Please login to write comment.