Color Hex Logo

#dfb082 Color Hex

#DFB082
(223,176,130)
0 Favorites   0 Comments

Color spaces of #dfb082

RGB 223176130
HSL0.080.590.69
HSV30°42°87°
CMYK 0.000.210.42   0.13
XYZ49.986048.350327.8171
Yxy48.35030.39620.3833
Hunter Lab69.53446.632724.9552
CIE-Lab75.045311.152830.0692

#dfb082 color RGB value is (223,176,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 10000010
Octal 337 260 202
Decimal 223 176 130
Hex DF B0 82

RGB Percentages of Color #dfb082

%42.16
%33.27
%24.57

CMYK Percentages of Color #dfb082

%0
%21
%42
%13

Triadic Colors of #dfb082

#dfb082 #82dfb0 #b082df

Analogous Colors of #dfb082

#dfb082 #dfdf82 #df8283

Monochromatic Colors of #dfb082

#dfb082

Complementary Color

#dfb082 #82b1df

#dfb082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb082 Color CSS Codes

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

#dfb082 Text Font Color

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

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


#dfb082 Background Color

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

This div background color is #dfb082


#dfb082 Border Color

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

This div border color is #dfb082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb082


Comments

No comments written yet.

Please login to write comment.