Color Hex Logo

#dfad93 Color Hex

#DFAD93
(223,173,147)
0 Favorites   0 Comments

Color spaces of #dfad93

RGB 223173147
HSL0.060.540.73
HSV21°34°87°
CMYK 0.000.220.34   0.13
XYZ50.641547.681734.1382
Yxy47.68170.38230.3600
Hunter Lab69.051910.067919.0243
CIE-Lab74.623714.726720.3778

#dfad93 color RGB value is (223,173,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 10010011
Octal 337 255 223
Decimal 223 173 147
Hex DF AD 93

RGB Percentages of Color #dfad93

%41.07
%31.86
%27.07

CMYK Percentages of Color #dfad93

%0
%22
%34
%13

Triadic Colors of #dfad93

#dfad93 #93dfad #ad93df

Analogous Colors of #dfad93

#dfad93 #dfd393 #df939f

Monochromatic Colors of #dfad93

#dfad93

Complementary Color

#dfad93 #93c5df

#dfad93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfad93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfad93 Color CSS Codes

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

#dfad93 Text Font Color

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

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


#dfad93 Background Color

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

This div background color is #dfad93


#dfad93 Border Color

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

This div border color is #dfad93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfad93


Comments

No comments written yet.

Please login to write comment.