Color Hex Logo

#d5dfbd Color Hex

#D5DFBD
(213,223,189)
0 Favorites   0 Comments

Color spaces of #d5dfbd

RGB 213223189
HSL0.220.350.81
HSV78°15°87°
CMYK 0.040.000.15   0.13
XYZ63.013670.595658.4493
Yxy70.59560.32810.3676
Hunter Lab84.0212-13.166917.5698
CIE-Lab87.2882-9.225515.5395

#d5dfbd color RGB value is (213,223,189).

#d5dfbd hex color red value is 213, green value is 223 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d5dfbd hue: 0.22 , saturation: 0.35 and the lightness value of d5dfbd is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11011111 10111101
Octal 325 337 275
Decimal 213 223 189
Hex D5 DF BD

RGB Percentages of Color #d5dfbd

%34.08
%35.68
%30.24

CMYK Percentages of Color #d5dfbd

%4
%0
%15
%13

Triadic Colors of #d5dfbd

#d5dfbd #bdd5df #dfbdd5

Analogous Colors of #d5dfbd

#d5dfbd #c4dfbd #dfd8bd

Monochromatic Colors of #d5dfbd

#d5dfbd

Complementary Color

#d5dfbd #c7bddf

#d5dfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5dfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5dfbd Color CSS Codes

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

#d5dfbd Text Font Color

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

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


#d5dfbd Background Color

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

This div background color is #d5dfbd


#d5dfbd Border Color

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

This div border color is #d5dfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5dfbd


Comments

No comments written yet.

Please login to write comment.