Color Hex Logo

#dfaf93 Color Hex

#DFAF93
(223,175,147)
0 Favorites   0 Comments

Color spaces of #dfaf93

RGB 223175147
HSL0.060.540.73
HSV22°34°87°
CMYK 0.000.220.34   0.13
XYZ51.027948.454534.2670
Yxy48.45450.38150.3623
Hunter Lab69.60939.035319.5394
CIE-Lab75.110713.656021.0468

#dfaf93 color RGB value is (223,175,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 10010011
Octal 337 257 223
Decimal 223 175 147
Hex DF AF 93

RGB Percentages of Color #dfaf93

%40.92
%32.11
%26.97

CMYK Percentages of Color #dfaf93

%0
%22
%34
%13

Triadic Colors of #dfaf93

#dfaf93 #93dfaf #af93df

Analogous Colors of #dfaf93

#dfaf93 #dfd593 #df939d

Monochromatic Colors of #dfaf93

#dfaf93

Complementary Color

#dfaf93 #93c3df

#dfaf93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaf93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaf93 Color CSS Codes

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

#dfaf93 Text Font Color

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

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


#dfaf93 Background Color

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

This div background color is #dfaf93


#dfaf93 Border Color

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

This div border color is #dfaf93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaf93


Comments

No comments written yet.

Please login to write comment.