Color Hex Logo

#d0bdb4 Color Hex

#D0BDB4
(208,189,180)
0 Favorites   0 Comments

Color spaces of #d0bdb4

RGB 208189180
HSL0.050.230.76
HSV19°13°82°
CMYK 0.000.090.13   0.18
XYZ52.448253.100450.6651
Yxy53.10040.33570.3399
Hunter Lab72.87000.95289.7858
CIE-Lab77.93425.22146.9742

#d0bdb4 color RGB value is (208,189,180).

#d0bdb4 hex color red value is 208, green value is 189 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #d0bdb4 hue: 0.05 , saturation: 0.23 and the lightness value of d0bdb4 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10111101 10110100
Octal 320 275 264
Decimal 208 189 180
Hex D0 BD B4

RGB Percentages of Color #d0bdb4

%36.05
%32.76
%31.20

CMYK Percentages of Color #d0bdb4

%0
%9
%13
%18

Triadic Colors of #d0bdb4

#d0bdb4 #b4d0bd #bdb4d0

Analogous Colors of #d0bdb4

#d0bdb4 #d0cbb4 #d0b4b9

Monochromatic Colors of #d0bdb4

#d0bdb4

Complementary Color

#d0bdb4 #b4c7d0

#d0bdb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0bdb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0bdb4 Color CSS Codes

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

#d0bdb4 Text Font Color

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

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


#d0bdb4 Background Color

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

This div background color is #d0bdb4


#d0bdb4 Border Color

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

This div border color is #d0bdb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0bdb4


Comments

No comments written yet.

Please login to write comment.