Color Hex Logo

#d6bdba Color Hex

#D6BDBA
(214,189,186)
0 Favorites   0 Comments

Color spaces of #d6bdba

RGB 214189186
HSL0.020.250.78
HSV13°84°
CMYK 0.000.120.13   0.16
XYZ54.792154.236554.0352
Yxy54.23650.33600.3326
Hunter Lab73.64543.92428.0495
CIE-Lab78.59948.37464.7583

#d6bdba color RGB value is (214,189,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10111101 10111010
Octal 326 275 272
Decimal 214 189 186
Hex D6 BD BA

RGB Percentages of Color #d6bdba

%36.33
%32.09
%31.58

CMYK Percentages of Color #d6bdba

%0
%12
%13
%16

Triadic Colors of #d6bdba

#d6bdba #bad6bd #bdbad6

Analogous Colors of #d6bdba

#d6bdba #d6cbba #d6bac5

Monochromatic Colors of #d6bdba

#d6bdba

Complementary Color

#d6bdba #bad3d6

#d6bdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6bdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6bdba Color CSS Codes

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

#d6bdba Text Font Color

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

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


#d6bdba Background Color

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

This div background color is #d6bdba


#d6bdba Border Color

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

This div border color is #d6bdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6bdba


Comments

No comments written yet.

Please login to write comment.