Color Hex Logo

#d1dcad Color Hex

#D1DCAD
(209,220,173)
0 Favorites   0 Comments

Color spaces of #d1dcad

RGB 209220173
HSL0.210.400.77
HSV74°21°86°
CMYK 0.050.000.21   0.14
XYZ59.430567.758849.4816
Yxy67.75880.33640.3835
Hunter Lab82.3157-15.178721.9806
CIE-Lab85.8857-11.605821.8999

#d1dcad color RGB value is (209,220,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11011100 10101101
Octal 321 334 255
Decimal 209 220 173
Hex D1 DC AD

RGB Percentages of Color #d1dcad

%34.72
%36.54
%28.74

CMYK Percentages of Color #d1dcad

%5
%0
%21
%14

Triadic Colors of #d1dcad

#d1dcad #add1dc #dcadd1

Analogous Colors of #d1dcad

#d1dcad #badcad #dcd0ad

Monochromatic Colors of #d1dcad

#d1dcad

Complementary Color

#d1dcad #b8addc

#d1dcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1dcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1dcad Color CSS Codes

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

#d1dcad Text Font Color

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

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


#d1dcad Background Color

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

This div background color is #d1dcad


#d1dcad Border Color

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

This div border color is #d1dcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1dcad


Comments

No comments written yet.

Please login to write comment.