Color Hex Logo

#d4cfad Color Hex

#D4CFAD
(212,207,173)
0 Favorites   0 Comments

Color spaces of #d4cfad

RGB 212207173
HSL0.150.310.75
HSV52°18°83°
CMYK 0.000.020.18   0.17
XYZ57.007061.639848.4282
Yxy61.63980.34120.3689
Hunter Lab78.5110-7.785118.3857
CIE-Lab82.7215-3.859617.5433

#d4cfad color RGB value is (212,207,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11001111 10101101
Octal 324 317 255
Decimal 212 207 173
Hex D4 CF AD

RGB Percentages of Color #d4cfad

%35.81
%34.97
%29.22

CMYK Percentages of Color #d4cfad

%0
%2
%18
%17

Triadic Colors of #d4cfad

#d4cfad #add4cf #cfadd4

Analogous Colors of #d4cfad

#d4cfad #c6d4ad #d4bcad

Monochromatic Colors of #d4cfad

#d4cfad

Complementary Color

#d4cfad #adb2d4

#d4cfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4cfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4cfad Color CSS Codes

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

#d4cfad Text Font Color

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

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


#d4cfad Background Color

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

This div background color is #d4cfad


#d4cfad Border Color

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

This div border color is #d4cfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4cfad


Comments

No comments written yet.

Please login to write comment.