Color Hex Logo

#dfb093 Color Hex

#DFB093
(223,176,147)
0 Favorites   0 Comments

Color spaces of #dfb093

RGB 223176147
HSL0.060.540.73
HSV23°34°87°
CMYK 0.000.210.34   0.13
XYZ51.223248.845234.3321
Yxy48.84520.38110.3634
Hunter Lab69.88938.519619.7972
CIE-Lab75.354913.121021.3818

#dfb093 color RGB value is (223,176,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 10010011
Octal 337 260 223
Decimal 223 176 147
Hex DF B0 93

RGB Percentages of Color #dfb093

%40.84
%32.23
%26.92

CMYK Percentages of Color #dfb093

%0
%21
%34
%13

Triadic Colors of #dfb093

#dfb093 #93dfb0 #b093df

Analogous Colors of #dfb093

#dfb093 #dfd693 #df939c

Monochromatic Colors of #dfb093

#dfb093

Complementary Color

#dfb093 #93c2df

#dfb093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb093 Color CSS Codes

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

#dfb093 Text Font Color

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

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


#dfb093 Background Color

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

This div background color is #dfb093


#dfb093 Border Color

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

This div border color is #dfb093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb093


Comments

No comments written yet.

Please login to write comment.