Color Hex Logo

#dfbdaf Color Hex

#DFBDAF
(223,189,175)
0 Favorites   0 Comments

Color spaces of #dfbdaf

RGB 223189175
HSL0.050.430.78
HSV18°22°87°
CMYK 0.000.150.22   0.13
XYZ56.366955.178348.2371
Yxy55.17830.35280.3453
Hunter Lab74.28215.456113.4959
CIE-Lab79.14399.977111.5761

#dfbdaf color RGB value is (223,189,175).

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

The process color (four color CMYK) of #dfbdaf color hex is 0.00, 0.15, 0.22, 0.13. Web safe color of #dfbdaf is #cccc99. Color #dfbdaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 10101111
Octal 337 275 257
Decimal 223 189 175
Hex DF BD AF

RGB Percentages of Color #dfbdaf

%37.99
%32.20
%29.81

CMYK Percentages of Color #dfbdaf

%0
%15
%22
%13

Triadic Colors of #dfbdaf

#dfbdaf #afdfbd #bdafdf

Analogous Colors of #dfbdaf

#dfbdaf #dfd5af #dfafb9

Monochromatic Colors of #dfbdaf

#dfbdaf

Complementary Color

#dfbdaf #afd1df

#dfbdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbdaf Color CSS Codes

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

#dfbdaf Text Font Color

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

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


#dfbdaf Background Color

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

This div background color is #dfbdaf


#dfbdaf Border Color

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

This div border color is #dfbdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbdaf


Comments

No comments written yet.

Please login to write comment.