Color Hex Logo

#d5bcbd Color Hex

#D5BCBD
(213,188,189)
0 Favorites   0 Comments

Color spaces of #d5bcbd

RGB 213188189
HSL0.990.230.79
HSV358°12°84°
CMYK 0.000.120.11   0.16
XYZ54.609153.786755.6478
Yxy53.78670.33290.3279
Hunter Lab73.33944.56856.3501
CIE-Lab78.33729.04122.7463

#d5bcbd color RGB value is (213,188,189).

#d5bcbd hex color red value is 213, green value is 188 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d5bcbd hue: 0.99 , saturation: 0.23 and the lightness value of d5bcbd is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10111100 10111101
Octal 325 274 275
Decimal 213 188 189
Hex D5 BC BD

RGB Percentages of Color #d5bcbd

%36.10
%31.86
%32.03

CMYK Percentages of Color #d5bcbd

%0
%12
%11
%16

Triadic Colors of #d5bcbd

#d5bcbd #bdd5bc #bcbdd5

Analogous Colors of #d5bcbd

#d5bcbd #d5c8bc #d5bcca

Monochromatic Colors of #d5bcbd

#d5bcbd

Complementary Color

#d5bcbd #bcd5d4

#d5bcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5bcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5bcbd Color CSS Codes

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

#d5bcbd Text Font Color

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

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


#d5bcbd Background Color

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

This div background color is #d5bcbd


#d5bcbd Border Color

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

This div border color is #d5bcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5bcbd


Comments

No comments written yet.

Please login to write comment.