Color Hex Logo

#d9bcba Color Hex

#D9BCBA
(217,188,186)
0 Favorites   0 Comments

Color spaces of #d9bcba

RGB 217188186
HSL0.010.290.79
HSV14°85°
CMYK 0.000.130.14   0.15
XYZ55.461454.263354.0051
Yxy54.26330.33870.3314
Hunter Lab73.66365.48148.0972
CIE-Lab78.61509.99504.8145

#d9bcba color RGB value is (217,188,186).

#d9bcba hex color red value is 217, green value is 188 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d9bcba hue: 0.01 , saturation: 0.29 and the lightness value of d9bcba is 0.79.

The process color (four color CMYK) of #d9bcba color hex is 0.00, 0.13, 0.14, 0.15. Web safe color of #d9bcba is #cccccc. Color #d9bcba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111100 10111010
Octal 331 274 272
Decimal 217 188 186
Hex D9 BC BA

RGB Percentages of Color #d9bcba

%36.72
%31.81
%31.47

CMYK Percentages of Color #d9bcba

%0
%13
%14
%15

Triadic Colors of #d9bcba

#d9bcba #bad9bc #bcbad9

Analogous Colors of #d9bcba

#d9bcba #d9ccba #d9bac8

Monochromatic Colors of #d9bcba

#d9bcba

Complementary Color

#d9bcba #bad7d9

#d9bcba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bcba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bcba Color CSS Codes

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

#d9bcba Text Font Color

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

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


#d9bcba Background Color

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

This div background color is #d9bcba


#d9bcba Border Color

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

This div border color is #d9bcba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bcba


Comments

No comments written yet.

Please login to write comment.