Color Hex Logo

#dfb097 Color Hex

#DFB097
(223,176,151)
0 Favorites   0 Comments

Color spaces of #dfb097

RGB 223176151
HSL0.060.530.73
HSV21°32°87°
CMYK 0.000.210.32   0.13
XYZ51.542748.973036.0143
Yxy48.97300.37750.3587
Hunter Lab69.98079.003918.4740
CIE-Lab75.434513.622219.3311

#dfb097 color RGB value is (223,176,151).

#dfb097 hex color red value is 223, green value is 176 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #dfb097 hue: 0.06 , saturation: 0.53 and the lightness value of dfb097 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 10010111
Octal 337 260 227
Decimal 223 176 151
Hex DF B0 97

RGB Percentages of Color #dfb097

%40.55
%32.00
%27.45

CMYK Percentages of Color #dfb097

%0
%21
%32
%13

Triadic Colors of #dfb097

#dfb097 #97dfb0 #b097df

Analogous Colors of #dfb097

#dfb097 #dfd497 #df97a2

Monochromatic Colors of #dfb097

#dfb097

Complementary Color

#dfb097 #97c6df

#dfb097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb097 Color CSS Codes

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

#dfb097 Text Font Color

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

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


#dfb097 Background Color

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

This div background color is #dfb097


#dfb097 Border Color

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

This div border color is #dfb097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb097


Comments

No comments written yet.

Please login to write comment.