Color Hex Logo

#dfb094 Color Hex

#DFB094
(223,176,148)
0 Favorites   0 Comments

Color spaces of #dfb094

RGB 223176148
HSL0.060.540.73
HSV22°34°87°
CMYK 0.000.210.34   0.13
XYZ51.302148.876834.7472
Yxy48.87680.38020.3622
Hunter Lab69.91198.639219.4704
CIE-Lab75.374613.245020.8693

#dfb094 color RGB value is (223,176,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 10010100
Octal 337 260 224
Decimal 223 176 148
Hex DF B0 94

RGB Percentages of Color #dfb094

%40.77
%32.18
%27.06

CMYK Percentages of Color #dfb094

%0
%21
%34
%13

Triadic Colors of #dfb094

#dfb094 #94dfb0 #b094df

Analogous Colors of #dfb094

#dfb094 #dfd694 #df949e

Monochromatic Colors of #dfb094

#dfb094

Complementary Color

#dfb094 #94c3df

#dfb094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb094 Color CSS Codes

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

#dfb094 Text Font Color

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

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


#dfb094 Background Color

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

This div background color is #dfb094


#dfb094 Border Color

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

This div border color is #dfb094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb094


Comments

No comments written yet.

Please login to write comment.