Color Hex Logo

#d0dfbd Color Hex

#D0DFBD
(208,223,189)
0 Favorites   0 Comments

Color spaces of #d0dfbd

RGB 208223189
HSL0.240.350.81
HSV86°15°87°
CMYK 0.070.000.15   0.13
XYZ61.585469.859458.3824
Yxy69.85940.32440.3680
Hunter Lab83.5819-14.744817.0930
CIE-Lab86.9279-10.991514.9803

#d0dfbd color RGB value is (208,223,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11011111 10111101
Octal 320 337 275
Decimal 208 223 189
Hex D0 DF BD

RGB Percentages of Color #d0dfbd

%33.55
%35.97
%30.48

CMYK Percentages of Color #d0dfbd

%7
%0
%15
%13

Triadic Colors of #d0dfbd

#d0dfbd #bdd0df #dfbdd0

Analogous Colors of #d0dfbd

#d0dfbd #bfdfbd #dfddbd

Monochromatic Colors of #d0dfbd

#d0dfbd

Complementary Color

#d0dfbd #ccbddf

#d0dfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0dfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0dfbd Color CSS Codes

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

#d0dfbd Text Font Color

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

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


#d0dfbd Background Color

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

This div background color is #d0dfbd


#d0dfbd Border Color

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

This div border color is #d0dfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0dfbd


Comments

No comments written yet.

Please login to write comment.