Color Hex Logo

#d7debd Color Hex

#D7DEBD
(215,222,189)
0 Favorites   0 Comments

Color spaces of #d7debd

RGB 215222189
HSL0.200.330.81
HSV73°15°87°
CMYK 0.030.000.15   0.13
XYZ63.330970.363758.3878
Yxy70.36370.32970.3663
Hunter Lab83.8831-12.029617.4486
CIE-Lab87.1749-8.006915.4013

#d7debd color RGB value is (215,222,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11011110 10111101
Octal 327 336 275
Decimal 215 222 189
Hex D7 DE BD

RGB Percentages of Color #d7debd

%34.35
%35.46
%30.19

CMYK Percentages of Color #d7debd

%3
%0
%15
%13

Triadic Colors of #d7debd

#d7debd #bdd7de #debdd7

Analogous Colors of #d7debd

#d7debd #c7debd #ded5bd

Monochromatic Colors of #d7debd

#d7debd

Complementary Color

#d7debd #c4bdde

#d7debd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7debd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7debd Color CSS Codes

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

#d7debd Text Font Color

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

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


#d7debd Background Color

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

This div background color is #d7debd


#d7debd Border Color

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

This div border color is #d7debd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7debd


Comments

No comments written yet.

Please login to write comment.