Color Hex Logo

#d4cead Color Hex

#D4CEAD
(212,206,173)
0 Favorites   0 Comments

Color spaces of #d4cead

RGB 212206173
HSL0.140.310.75
HSV51°18°83°
CMYK 0.000.030.18   0.17
XYZ56.765561.156848.3477
Yxy61.15680.34140.3678
Hunter Lab78.2028-7.286218.0868
CIE-Lab82.4630-3.341517.1822

#d4cead color RGB value is (212,206,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11001110 10101101
Octal 324 316 255
Decimal 212 206 173
Hex D4 CE AD

RGB Percentages of Color #d4cead

%35.87
%34.86
%29.27

CMYK Percentages of Color #d4cead

%0
%3
%18
%17

Triadic Colors of #d4cead

#d4cead #add4ce #ceadd4

Analogous Colors of #d4cead

#d4cead #c7d4ad #d4bbad

Monochromatic Colors of #d4cead

#d4cead

Complementary Color

#d4cead #adb3d4

#d4cead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4cead Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4cead Color CSS Codes

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

#d4cead Text Font Color

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

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


#d4cead Background Color

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

This div background color is #d4cead


#d4cead Border Color

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

This div border color is #d4cead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4cead


Comments

No comments written yet.

Please login to write comment.