Color Hex Logo

#d4dcad Color Hex

#D4DCAD
(212,220,173)
0 Favorites   0 Comments

Color spaces of #d4dcad

RGB 212220173
HSL0.200.400.77
HSV70°21°86°
CMYK 0.040.000.21   0.14
XYZ60.287468.200649.5217
Yxy68.20060.33870.3831
Hunter Lab82.5837-14.213522.2550
CIE-Lab86.1067-10.513122.2393

#d4dcad color RGB value is (212,220,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011100 10101101
Octal 324 334 255
Decimal 212 220 173
Hex D4 DC AD

RGB Percentages of Color #d4dcad

%35.04
%36.36
%28.60

CMYK Percentages of Color #d4dcad

%4
%0
%21
%14

Triadic Colors of #d4dcad

#d4dcad #add4dc #dcadd4

Analogous Colors of #d4dcad

#d4dcad #bddcad #dccdad

Monochromatic Colors of #d4dcad

#d4dcad

Complementary Color

#d4dcad #b5addc

#d4dcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4dcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4dcad Color CSS Codes

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

#d4dcad Text Font Color

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

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


#d4dcad Background Color

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

This div background color is #d4dcad


#d4dcad Border Color

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

This div border color is #d4dcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4dcad


Comments

No comments written yet.

Please login to write comment.