Color Hex Logo

#dfb083 Color Hex

#DFB083
(223,176,131)
0 Favorites   0 Comments

Color spaces of #dfb083

RGB 223176131
HSL0.080.590.69
HSV29°41°87°
CMYK 0.000.210.41   0.13
XYZ50.053548.377328.1724
Yxy48.37730.39540.3821
Hunter Lab69.55386.736124.6725
CIE-Lab75.062311.261429.5604

#dfb083 color RGB value is (223,176,131).

#dfb083 hex color red value is 223, green value is 176 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #dfb083 hue: 0.08 , saturation: 0.59 and the lightness value of dfb083 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 10000011
Octal 337 260 203
Decimal 223 176 131
Hex DF B0 83

RGB Percentages of Color #dfb083

%42.08
%33.21
%24.72

CMYK Percentages of Color #dfb083

%0
%21
%41
%13

Triadic Colors of #dfb083

#dfb083 #83dfb0 #b083df

Analogous Colors of #dfb083

#dfb083 #dfde83 #df8384

Monochromatic Colors of #dfb083

#dfb083

Complementary Color

#dfb083 #83b2df

#dfb083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb083 Color CSS Codes

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

#dfb083 Text Font Color

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

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


#dfb083 Background Color

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

This div background color is #dfb083


#dfb083 Border Color

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

This div border color is #dfb083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb083


Comments

No comments written yet.

Please login to write comment.