Color Hex Logo

#dfbb82 Color Hex

#DFBB82
(223,187,130)
0 Favorites   0 Comments

Color spaces of #dfbb82

RGB 223187130
HSL0.100.590.69
HSV37°42°87°
CMYK 0.000.160.42   0.13
XYZ52.231052.840328.5654
Yxy52.84030.39080.3954
Hunter Lab72.69131.048027.5848
CIE-Lab77.78065.316733.6573

#dfbb82 color RGB value is (223,187,130).

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

The process color (four color CMYK) of #dfbb82 color hex is 0.00, 0.16, 0.42, 0.13. Web safe color of #dfbb82 is #cccc99. Color #dfbb82 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111011 10000010
Octal 337 273 202
Decimal 223 187 130
Hex DF BB 82

RGB Percentages of Color #dfbb82

%41.30
%34.63
%24.07

CMYK Percentages of Color #dfbb82

%0
%16
%42
%13

Triadic Colors of #dfbb82

#dfbb82 #82dfbb #bb82df

Analogous Colors of #dfbb82

#dfbb82 #d5df82 #df8d82

Monochromatic Colors of #dfbb82

#dfbb82

Complementary Color

#dfbb82 #82a6df

#dfbb82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbb82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbb82 Color CSS Codes

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

#dfbb82 Text Font Color

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

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


#dfbb82 Background Color

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

This div background color is #dfbb82


#dfbb82 Border Color

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

This div border color is #dfbb82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbb82

#dfbb82 Color Palettes


Comments

No comments written yet.

Please login to write comment.