Color Hex Logo

#d4ccad Color Hex

#D4CCAD
(212,204,173)
0 Favorites   0 Comments

Color spaces of #d4ccad

RGB 212204173
HSL0.130.310.75
HSV48°18°83°
CMYK 0.000.040.18   0.17
XYZ56.287160.199948.1883
Yxy60.19990.34180.3656
Hunter Lab77.5886-6.286217.4885
CIE-Lab81.9467-2.302616.4600

#d4ccad color RGB value is (212,204,173).

#d4ccad hex color red value is 212, green value is 204 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d4ccad hue: 0.13 , saturation: 0.31 and the lightness value of d4ccad is 0.75.

The process color (four color CMYK) of #d4ccad color hex is 0.00, 0.04, 0.18, 0.17. Web safe color of #d4ccad is #cccc99. Color #d4ccad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11001100 10101101
Octal 324 314 255
Decimal 212 204 173
Hex D4 CC AD

RGB Percentages of Color #d4ccad

%35.99
%34.63
%29.37

CMYK Percentages of Color #d4ccad

%0
%4
%18
%17

Triadic Colors of #d4ccad

#d4ccad #add4cc #ccadd4

Analogous Colors of #d4ccad

#d4ccad #c9d4ad #d4b9ad

Monochromatic Colors of #d4ccad

#d4ccad

Complementary Color

#d4ccad #adb5d4

#d4ccad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4ccad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4ccad Color CSS Codes

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

#d4ccad Text Font Color

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

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


#d4ccad Background Color

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

This div background color is #d4ccad


#d4ccad Border Color

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

This div border color is #d4ccad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4ccad


Comments

No comments written yet.

Please login to write comment.