Color Hex Logo

#dfb08c Color Hex

#DFB08C
(223,176,140)
0 Favorites   0 Comments

Color spaces of #dfb08c

RGB 223176140
HSL0.070.560.71
HSV26°37°87°
CMYK 0.000.210.37   0.13
XYZ50.690448.632131.5262
Yxy48.63210.38740.3717
Hunter Lab69.73677.709322.0122
CIE-Lab75.221912.278824.9667

#dfb08c color RGB value is (223,176,140).

#dfb08c hex color red value is 223, green value is 176 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #dfb08c hue: 0.07 , saturation: 0.56 and the lightness value of dfb08c is 0.71.

The process color (four color CMYK) of #dfb08c color hex is 0.00, 0.21, 0.37, 0.13. Web safe color of #dfb08c is #cc9999. Color #dfb08c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 10001100
Octal 337 260 214
Decimal 223 176 140
Hex DF B0 8C

RGB Percentages of Color #dfb08c

%41.37
%32.65
%25.97

CMYK Percentages of Color #dfb08c

%0
%21
%37
%13

Triadic Colors of #dfb08c

#dfb08c #8cdfb0 #b08cdf

Analogous Colors of #dfb08c

#dfb08c #dfda8c #df8c92

Monochromatic Colors of #dfb08c

#dfb08c

Complementary Color

#dfb08c #8cbbdf

#dfb08c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb08c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb08c Color CSS Codes

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

#dfb08c Text Font Color

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

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


#dfb08c Background Color

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

This div background color is #dfb08c


#dfb08c Border Color

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

This div border color is #dfb08c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,176,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dfb08c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb08c


Comments

No comments written yet.

Please login to write comment.