Color Hex Logo

#d5cfaf Color Hex

#D5CFAF
(213,207,175)
0 Favorites   0 Comments

Color spaces of #d5cfaf

RGB 213207175
HSL0.140.310.76
HSV51°18°84°
CMYK 0.000.030.18   0.16
XYZ57.491361.866949.4688
Yxy61.86690.34050.3665
Hunter Lab78.6555-7.177017.7696
CIE-Lab82.8426-3.190916.6664

#d5cfaf color RGB value is (213,207,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11001111 10101111
Octal 325 317 257
Decimal 213 207 175
Hex D5 CF AF

RGB Percentages of Color #d5cfaf

%35.80
%34.79
%29.41

CMYK Percentages of Color #d5cfaf

%0
%3
%18
%16

Triadic Colors of #d5cfaf

#d5cfaf #afd5cf #cfafd5

Analogous Colors of #d5cfaf

#d5cfaf #c8d5af #d5bcaf

Monochromatic Colors of #d5cfaf

#d5cfaf

Complementary Color

#d5cfaf #afb5d5

#d5cfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5cfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5cfaf Color CSS Codes

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

#d5cfaf Text Font Color

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

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


#d5cfaf Background Color

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

This div background color is #d5cfaf


#d5cfaf Border Color

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

This div border color is #d5cfaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,207,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d5cfaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5cfaf


Comments

No comments written yet.

Please login to write comment.