Color Hex Logo

#d5dfaf Color Hex

#D5DFAF
(213,223,175)
0 Favorites   0 Comments

Color spaces of #d5dfaf

RGB 213223175
HSL0.200.430.78
HSV73°22°87°
CMYK 0.040.000.22   0.13
XYZ61.566170.016650.8271
Yxy70.01660.33750.3838
Hunter Lab83.6759-15.098222.5587
CIE-Lab87.0050-11.369322.4484

#d5dfaf color RGB value is (213,223,175).

#d5dfaf hex color red value is 213, green value is 223 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d5dfaf hue: 0.20 , saturation: 0.43 and the lightness value of d5dfaf is 0.78.

The process color (four color CMYK) of #d5dfaf color hex is 0.04, 0.00, 0.22, 0.13. Web safe color of #d5dfaf is #cccc99. Color #d5dfaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11011111 10101111
Octal 325 337 257
Decimal 213 223 175
Hex D5 DF AF

RGB Percentages of Color #d5dfaf

%34.86
%36.50
%28.64

CMYK Percentages of Color #d5dfaf

%4
%0
%22
%13

Triadic Colors of #d5dfaf

#d5dfaf #afd5df #dfafd5

Analogous Colors of #d5dfaf

#d5dfaf #bddfaf #dfd1af

Monochromatic Colors of #d5dfaf

#d5dfaf

Complementary Color

#d5dfaf #b9afdf

#d5dfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5dfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5dfaf Color CSS Codes

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

#d5dfaf Text Font Color

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

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


#d5dfaf Background Color

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

This div background color is #d5dfaf


#d5dfaf Border Color

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

This div border color is #d5dfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5dfaf


Comments

No comments written yet.

Please login to write comment.