Color Hex Logo

#dfb6af Color Hex

#DFB6AF
(223,182,175)
0 Favorites   0 Comments

Color spaces of #dfb6af

RGB 223182175
HSL0.020.430.78
HSV22°87°
CMYK 0.000.180.22   0.13
XYZ54.897252.239047.7472
Yxy52.23900.35440.3373
Hunter Lab72.27669.094611.4255
CIE-Lab77.423513.70919.1279

#dfb6af color RGB value is (223,182,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110110 10101111
Octal 337 266 257
Decimal 223 182 175
Hex DF B6 AF

RGB Percentages of Color #dfb6af

%38.45
%31.38
%30.17

CMYK Percentages of Color #dfb6af

%0
%18
%22
%13

Triadic Colors of #dfb6af

#dfb6af #afdfb6 #b6afdf

Analogous Colors of #dfb6af

#dfb6af #dfceaf #dfafc0

Monochromatic Colors of #dfb6af

#dfb6af

Complementary Color

#dfb6af #afd8df

#dfb6af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb6af Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb6af Color CSS Codes

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

#dfb6af Text Font Color

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

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


#dfb6af Background Color

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

This div background color is #dfb6af


#dfb6af Border Color

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

This div border color is #dfb6af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb6af


Comments

No comments written yet.

Please login to write comment.