Color Hex Logo

#d6dcbe Color Hex

#D6DCBE
(214,220,190)
0 Favorites   0 Comments

Color spaces of #d6dcbe

RGB 214220190
HSL0.200.300.80
HSV72°14°86°
CMYK 0.030.000.14   0.14
XYZ62.619069.200258.7718
Yxy69.20020.32860.3631
Hunter Lab83.1867-11.210316.3420
CIE-Lab86.6031-7.184614.0599

#d6dcbe color RGB value is (214,220,190).

#d6dcbe hex color red value is 214, green value is 220 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d6dcbe hue: 0.20 , saturation: 0.30 and the lightness value of d6dcbe is 0.80.

The process color (four color CMYK) of #d6dcbe color hex is 0.03, 0.00, 0.14, 0.14. Web safe color of #d6dcbe is #cccccc. Color #d6dcbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011100 10111110
Octal 326 334 276
Decimal 214 220 190
Hex D6 DC BE

RGB Percentages of Color #d6dcbe

%34.29
%35.26
%30.45

CMYK Percentages of Color #d6dcbe

%3
%0
%14
%14

Triadic Colors of #d6dcbe

#d6dcbe #bed6dc #dcbed6

Analogous Colors of #d6dcbe

#d6dcbe #c7dcbe #dcd3be

Monochromatic Colors of #d6dcbe

#d6dcbe

Complementary Color

#d6dcbe #c4bedc

#d6dcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6dcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6dcbe Color CSS Codes

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

#d6dcbe Text Font Color

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

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


#d6dcbe Background Color

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

This div background color is #d6dcbe


#d6dcbe Border Color

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

This div border color is #d6dcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6dcbe


Comments

No comments written yet.

Please login to write comment.