Color Hex Logo

#d2bdbd Color Hex

#D2BDBD
(210,189,189)
0 Favorites   0 Comments

Color spaces of #d2bdbd

RGB 210189189
HSL0.000.190.78
HSV10°82°
CMYK 0.000.100.10   0.18
XYZ53.961253.771055.6789
Yxy53.77100.33020.3291
Hunter Lab73.32873.02956.3109
CIE-Lab78.32807.43032.7007

#d2bdbd color RGB value is (210,189,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10111101 10111101
Octal 322 275 275
Decimal 210 189 189
Hex D2 BD BD

RGB Percentages of Color #d2bdbd

%35.71
%32.14
%32.14

CMYK Percentages of Color #d2bdbd

%0
%10
%10
%18

Triadic Colors of #d2bdbd

#d2bdbd #bdd2bd #bdbdd2

Analogous Colors of #d2bdbd

#d2bdbd #d2c8bd #d2bdc8

Monochromatic Colors of #d2bdbd

#d2bdbd

Complementary Color

#d2bdbd #bdd2d2

#d2bdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2bdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2bdbd Color CSS Codes

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

#d2bdbd Text Font Color

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

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


#d2bdbd Background Color

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

This div background color is #d2bdbd


#d2bdbd Border Color

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

This div border color is #d2bdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2bdbd


Comments

No comments written yet.

Please login to write comment.