Color Hex Logo

#d1bdbd Color Hex

#D1BDBD
(209,189,189)
0 Favorites   0 Comments

Color spaces of #d1bdbd

RGB 209189189
HSL0.000.180.78
HSV10°82°
CMYK 0.000.100.10   0.18
XYZ53.677453.624655.6656
Yxy53.62460.32940.3291
Hunter Lab73.22882.69176.1903
CIE-Lab78.24237.07252.5657

#d1bdbd color RGB value is (209,189,189).

#d1bdbd hex color red value is 209, green value is 189 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d1bdbd hue: 0.00 , saturation: 0.18 and the lightness value of d1bdbd is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10111101 10111101
Octal 321 275 275
Decimal 209 189 189
Hex D1 BD BD

RGB Percentages of Color #d1bdbd

%35.60
%32.20
%32.20

CMYK Percentages of Color #d1bdbd

%0
%10
%10
%18

Triadic Colors of #d1bdbd

#d1bdbd #bdd1bd #bdbdd1

Analogous Colors of #d1bdbd

#d1bdbd #d1c7bd #d1bdc7

Monochromatic Colors of #d1bdbd

#d1bdbd

Complementary Color

#d1bdbd #bdd1d1

#d1bdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1bdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1bdbd Color CSS Codes

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

#d1bdbd Text Font Color

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

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


#d1bdbd Background Color

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

This div background color is #d1bdbd


#d1bdbd Border Color

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

This div border color is #d1bdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1bdbd

#d1bdbd Color Palettes


Comments

No comments written yet.

Please login to write comment.