Color Hex Logo

#d6debd Color Hex

#D6DEBD
(214,222,189)
0 Favorites   0 Comments

Color spaces of #d6debd

RGB 214222189
HSL0.210.330.81
HSV75°15°87°
CMYK 0.040.000.15   0.13
XYZ63.038170.212858.3741
Yxy70.21280.32900.3664
Hunter Lab83.7931-12.351117.3510
CIE-Lab87.1011-8.362815.2868

#d6debd color RGB value is (214,222,189).

#d6debd hex color red value is 214, green value is 222 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d6debd hue: 0.21 , saturation: 0.33 and the lightness value of d6debd is 0.81.

The process color (four color CMYK) of #d6debd color hex is 0.04, 0.00, 0.15, 0.13. Web safe color of #d6debd is #cccccc. Color #d6debd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011110 10111101
Octal 326 336 275
Decimal 214 222 189
Hex D6 DE BD

RGB Percentages of Color #d6debd

%34.24
%35.52
%30.24

CMYK Percentages of Color #d6debd

%4
%0
%15
%13

Triadic Colors of #d6debd

#d6debd #bdd6de #debdd6

Analogous Colors of #d6debd

#d6debd #c6debd #ded6bd

Monochromatic Colors of #d6debd

#d6debd

Complementary Color

#d6debd #c5bdde

#d6debd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6debd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6debd Color CSS Codes

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

#d6debd Text Font Color

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

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


#d6debd Background Color

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

This div background color is #d6debd


#d6debd Border Color

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

This div border color is #d6debd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6debd


Comments

No comments written yet.

Please login to write comment.