Color Hex Logo

#d2bdba Color Hex

#D2BDBA
(210,189,186)
0 Favorites   0 Comments

Color spaces of #d2bdba

RGB 210189186
HSL0.020.210.78
HSV11°82°
CMYK 0.000.100.11   0.18
XYZ53.638953.642053.9812
Yxy53.64200.33260.3326
Hunter Lab73.24072.55597.5695
CIE-Lab78.25256.92984.2129

#d2bdba color RGB value is (210,189,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10111101 10111010
Octal 322 275 272
Decimal 210 189 186
Hex D2 BD BA

RGB Percentages of Color #d2bdba

%35.90
%32.31
%31.79

CMYK Percentages of Color #d2bdba

%0
%10
%11
%18

Triadic Colors of #d2bdba

#d2bdba #bad2bd #bdbad2

Analogous Colors of #d2bdba

#d2bdba #d2c9ba #d2bac3

Monochromatic Colors of #d2bdba

#d2bdba

Complementary Color

#d2bdba #bacfd2

#d2bdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2bdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2bdba Color CSS Codes

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

#d2bdba Text Font Color

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

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


#d2bdba Background Color

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

This div background color is #d2bdba


#d2bdba Border Color

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

This div border color is #d2bdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2bdba


Comments

No comments written yet.

Please login to write comment.