Color Hex Logo

#dfad9d Color Hex

#DFAD9D
(223,173,157)
0 Favorites   0 Comments

Color spaces of #dfad9d

RGB 223173157
HSL0.040.510.75
HSV15°30°87°
CMYK 0.000.220.30   0.13
XYZ51.460848.009438.4528
Yxy48.00940.37310.3481
Hunter Lab69.288811.316515.5984
CIE-Lab74.830916.008115.2364

#dfad9d color RGB value is (223,173,157).

#dfad9d hex color red value is 223, green value is 173 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #dfad9d hue: 0.04 , saturation: 0.51 and the lightness value of dfad9d is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 10011101
Octal 337 255 235
Decimal 223 173 157
Hex DF AD 9D

RGB Percentages of Color #dfad9d

%40.33
%31.28
%28.39

CMYK Percentages of Color #dfad9d

%0
%22
%30
%13

Triadic Colors of #dfad9d

#dfad9d #9ddfad #ad9ddf

Analogous Colors of #dfad9d

#dfad9d #dfce9d #df9dae

Monochromatic Colors of #dfad9d

#dfad9d

Complementary Color

#dfad9d #9dcfdf

#dfad9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfad9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfad9d Color CSS Codes

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

#dfad9d Text Font Color

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

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


#dfad9d Background Color

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

This div background color is #dfad9d


#dfad9d Border Color

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

This div border color is #dfad9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfad9d


Comments

No comments written yet.

Please login to write comment.