Color Hex Logo

#dfb8af Color Hex

#DFB8AF
(223,184,175)
0 Favorites   0 Comments

Color spaces of #dfb8af

RGB 223184175
HSL0.030.430.78
HSV11°22°87°
CMYK 0.000.170.22   0.13
XYZ55.309853.064147.8847
Yxy53.06410.35400.3396
Hunter Lab72.84518.052512.0173
CIE-Lab77.912812.64069.8258

#dfb8af color RGB value is (223,184,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111000 10101111
Octal 337 270 257
Decimal 223 184 175
Hex DF B8 AF

RGB Percentages of Color #dfb8af

%38.32
%31.62
%30.07

CMYK Percentages of Color #dfb8af

%0
%17
%22
%13

Triadic Colors of #dfb8af

#dfb8af #afdfb8 #b8afdf

Analogous Colors of #dfb8af

#dfb8af #dfd0af #dfafbe

Monochromatic Colors of #dfb8af

#dfb8af

Complementary Color

#dfb8af #afd6df

#dfb8af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb8af Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb8af Color CSS Codes

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

#dfb8af Text Font Color

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

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


#dfb8af Background Color

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

This div background color is #dfb8af


#dfb8af Border Color

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

This div border color is #dfb8af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb8af


Comments

No comments written yet.

Please login to write comment.