Color Hex Logo

#d0dbad Color Hex

#D0DBAD
(208,219,173)
0 Favorites   0 Comments

Color spaces of #d0dbad

RGB 208219173
HSL0.210.390.77
HSV74°21°86°
CMYK 0.050.000.21   0.14
XYZ58.886867.090149.3812
Yxy67.09010.33580.3826
Hunter Lab81.9085-15.010321.5911
CIE-Lab85.5494-11.464221.4241

#d0dbad color RGB value is (208,219,173).

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

The process color (four color CMYK) of #d0dbad color hex is 0.05, 0.00, 0.21, 0.14. Web safe color of #d0dbad is #cccc99. Color #d0dbad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11011011 10101101
Octal 320 333 255
Decimal 208 219 173
Hex D0 DB AD

RGB Percentages of Color #d0dbad

%34.67
%36.50
%28.83

CMYK Percentages of Color #d0dbad

%5
%0
%21
%14

Triadic Colors of #d0dbad

#d0dbad #add0db #dbadd0

Analogous Colors of #d0dbad

#d0dbad #b9dbad #dbcfad

Monochromatic Colors of #d0dbad

#d0dbad

Complementary Color

#d0dbad #b8addb

#d0dbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0dbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0dbad Color CSS Codes

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

#d0dbad Text Font Color

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

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


#d0dbad Background Color

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

This div background color is #d0dbad


#d0dbad Border Color

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

This div border color is #d0dbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0dbad


Comments

No comments written yet.

Please login to write comment.