Color Hex Logo

#dfbb9c Color Hex

#DFBB9C
(223,187,156)
0 Favorites   0 Comments

Color spaces of #dfbb9c

RGB 223187156
HSL0.080.510.74
HSV28°30°87°
CMYK 0.000.160.30   0.13
XYZ54.202553.628938.9471
Yxy53.62890.36930.3654
Hunter Lab73.23183.961219.7298
CIE-Lab78.24488.405020.5195

#dfbb9c color RGB value is (223,187,156).

#dfbb9c hex color red value is 223, green value is 187 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #dfbb9c hue: 0.08 , saturation: 0.51 and the lightness value of dfbb9c is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111011 10011100
Octal 337 273 234
Decimal 223 187 156
Hex DF BB 9C

RGB Percentages of Color #dfbb9c

%39.40
%33.04
%27.56

CMYK Percentages of Color #dfbb9c

%0
%16
%30
%13

Triadic Colors of #dfbb9c

#dfbb9c #9cdfbb #bb9cdf

Analogous Colors of #dfbb9c

#dfbb9c #dfdd9c #df9c9f

Monochromatic Colors of #dfbb9c

#dfbb9c

Complementary Color

#dfbb9c #9cc0df

#dfbb9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbb9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbb9c Color CSS Codes

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

#dfbb9c Text Font Color

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

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


#dfbb9c Background Color

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

This div background color is #dfbb9c


#dfbb9c Border Color

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

This div border color is #dfbb9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbb9c


Comments

No comments written yet.

Please login to write comment.