Color Hex Logo

#d0ddad Color Hex

#D0DDAD
(208,221,173)
0 Favorites   0 Comments

Color spaces of #d0ddad

RGB 208221173
HSL0.210.410.77
HSV76°22°87°
CMYK 0.060.000.22   0.13
XYZ59.411768.139949.5562
Yxy68.13990.33550.3847
Hunter Lab82.5469-15.984822.1887
CIE-Lab86.0764-12.472722.1513

#d0ddad color RGB value is (208,221,173).

#d0ddad hex color red value is 208, green value is 221 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d0ddad hue: 0.21 , saturation: 0.41 and the lightness value of d0ddad is 0.77.

The process color (four color CMYK) of #d0ddad color hex is 0.06, 0.00, 0.22, 0.13. Web safe color of #d0ddad is #cccc99. Color #d0ddad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11011101 10101101
Octal 320 335 255
Decimal 208 221 173
Hex D0 DD AD

RGB Percentages of Color #d0ddad

%34.55
%36.71
%28.74

CMYK Percentages of Color #d0ddad

%6
%0
%22
%13

Triadic Colors of #d0ddad

#d0ddad #add0dd #ddadd0

Analogous Colors of #d0ddad

#d0ddad #b8ddad #ddd2ad

Monochromatic Colors of #d0ddad

#d0ddad

Complementary Color

#d0ddad #baaddd

#d0ddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0ddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0ddad Color CSS Codes

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

#d0ddad Text Font Color

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

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


#d0ddad Background Color

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

This div background color is #d0ddad


#d0ddad Border Color

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

This div border color is #d0ddad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,221,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d0ddad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0ddad


Comments

No comments written yet.

Please login to write comment.