Color Hex Logo

#d7dfaf Color Hex

#D7DFAF
(215,223,175)
0 Favorites   0 Comments

Color spaces of #d7dfaf

RGB 215223175
HSL0.190.430.78
HSV70°22°87°
CMYK 0.040.000.22   0.13
XYZ62.149970.317650.8544
Yxy70.31760.33900.3836
Hunter Lab83.8556-14.451322.7424
CIE-Lab87.1524-10.641522.6748

#d7dfaf color RGB value is (215,223,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11011111 10101111
Octal 327 337 257
Decimal 215 223 175
Hex D7 DF AF

RGB Percentages of Color #d7dfaf

%35.07
%36.38
%28.55

CMYK Percentages of Color #d7dfaf

%4
%0
%22
%13

Triadic Colors of #d7dfaf

#d7dfaf #afd7df #dfafd7

Analogous Colors of #d7dfaf

#d7dfaf #bfdfaf #dfcfaf

Monochromatic Colors of #d7dfaf

#d7dfaf

Complementary Color

#d7dfaf #b7afdf

#d7dfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7dfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7dfaf Color CSS Codes

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

#d7dfaf Text Font Color

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

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


#d7dfaf Background Color

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

This div background color is #d7dfaf


#d7dfaf Border Color

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

This div border color is #d7dfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7dfaf


Comments

No comments written yet.

Please login to write comment.