Color Hex Logo

#d5cfad Color Hex

#D5CFAD
(213,207,173)
0 Favorites   0 Comments

Color spaces of #d5cfad

RGB 213207173
HSL0.140.320.76
HSV51°19°84°
CMYK 0.000.030.19   0.16
XYZ57.296261.788948.4418
Yxy61.78890.34200.3688
Hunter Lab78.6059-7.450918.4860
CIE-Lab82.8010-3.490617.6662

#d5cfad color RGB value is (213,207,173).

#d5cfad hex color red value is 213, green value is 207 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d5cfad hue: 0.14 , saturation: 0.32 and the lightness value of d5cfad is 0.76.

The process color (four color CMYK) of #d5cfad color hex is 0.00, 0.03, 0.19, 0.16. Web safe color of #d5cfad is #cccc99. Color #d5cfad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11001111 10101101
Octal 325 317 255
Decimal 213 207 173
Hex D5 CF AD

RGB Percentages of Color #d5cfad

%35.92
%34.91
%29.17

CMYK Percentages of Color #d5cfad

%0
%3
%19
%16

Triadic Colors of #d5cfad

#d5cfad #add5cf #cfadd5

Analogous Colors of #d5cfad

#d5cfad #c7d5ad #d5bbad

Monochromatic Colors of #d5cfad

#d5cfad

Complementary Color

#d5cfad #adb3d5

#d5cfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5cfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5cfad Color CSS Codes

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

#d5cfad Text Font Color

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

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


#d5cfad Background Color

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

This div background color is #d5cfad


#d5cfad Border Color

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

This div border color is #d5cfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5cfad


Comments

No comments written yet.

Please login to write comment.