Color Hex Logo

#d3dfbd Color Hex

#D3DFBD
(211,223,189)
0 Favorites   0 Comments

Color spaces of #d3dfbd

RGB 211223189
HSL0.230.350.81
HSV81°15°87°
CMYK 0.050.000.15   0.13
XYZ62.437070.298458.4223
Yxy70.29840.32660.3678
Hunter Lab83.8441-13.802017.3778
CIE-Lab87.1430-9.933815.3143

#d3dfbd color RGB value is (211,223,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11011111 10111101
Octal 323 337 275
Decimal 211 223 189
Hex D3 DF BD

RGB Percentages of Color #d3dfbd

%33.87
%35.79
%30.34

CMYK Percentages of Color #d3dfbd

%5
%0
%15
%13

Triadic Colors of #d3dfbd

#d3dfbd #bdd3df #dfbdd3

Analogous Colors of #d3dfbd

#d3dfbd #c2dfbd #dfdabd

Monochromatic Colors of #d3dfbd

#d3dfbd

Complementary Color

#d3dfbd #c9bddf

#d3dfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3dfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3dfbd Color CSS Codes

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

#d3dfbd Text Font Color

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

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


#d3dfbd Background Color

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

This div background color is #d3dfbd


#d3dfbd Border Color

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

This div border color is #d3dfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3dfbd


Comments

No comments written yet.

Please login to write comment.