Color Hex Logo

#d6bdbe Color Hex

#D6BDBE
(214,189,190)
1 Favorites   0 Comments

Color spaces of #d6bdbe

RGB 214189190
HSL0.990.230.79
HSV358°12°84°
CMYK 0.000.120.11   0.16
XYZ55.223454.409056.3066
Yxy54.40900.33280.3279
Hunter Lab73.76254.55256.3747
CIE-Lab78.69969.03182.7427

#d6bdbe color RGB value is (214,189,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10111101 10111110
Octal 326 275 276
Decimal 214 189 190
Hex D6 BD BE

RGB Percentages of Color #d6bdbe

%36.09
%31.87
%32.04

CMYK Percentages of Color #d6bdbe

%0
%12
%11
%16

Triadic Colors of #d6bdbe

#d6bdbe #bed6bd #bdbed6

Analogous Colors of #d6bdbe

#d6bdbe #d6c9bd #d6bdcb

Monochromatic Colors of #d6bdbe

#d6bdbe

Complementary Color

#d6bdbe #bdd6d5

#d6bdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6bdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6bdbe Color CSS Codes

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

#d6bdbe Text Font Color

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

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


#d6bdbe Background Color

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

This div background color is #d6bdbe


#d6bdbe Border Color

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

This div border color is #d6bdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6bdbe


Comments

No comments written yet.

Please login to write comment.