Color Hex Logo

#dfc8af Color Hex

#DFC8AF
(223,200,175)
0 Favorites   0 Comments

Color spaces of #dfc8af

RGB 223200175
HSL0.090.430.78
HSV31°22°87°
CMYK 0.000.100.22   0.13
XYZ58.823660.091749.0560
Yxy60.09170.35020.3577
Hunter Lab77.5188-0.206916.7429
CIE-Lab81.88804.165215.4494

#dfc8af color RGB value is (223,200,175).

#dfc8af hex color red value is 223, green value is 200 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dfc8af hue: 0.09 , saturation: 0.43 and the lightness value of dfc8af is 0.78.

The process color (four color CMYK) of #dfc8af color hex is 0.00, 0.10, 0.22, 0.13. Web safe color of #dfc8af is #cccc99. Color #dfc8af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001000 10101111
Octal 337 310 257
Decimal 223 200 175
Hex DF C8 AF

RGB Percentages of Color #dfc8af

%37.29
%33.44
%29.26

CMYK Percentages of Color #dfc8af

%0
%10
%22
%13

Triadic Colors of #dfc8af

#dfc8af #afdfc8 #c8afdf

Analogous Colors of #dfc8af

#dfc8af #dedfaf #dfb0af

Monochromatic Colors of #dfc8af

#dfc8af

Complementary Color

#dfc8af #afc6df

#dfc8af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc8af Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc8af Color CSS Codes

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

#dfc8af Text Font Color

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

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


#dfc8af Background Color

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

This div background color is #dfc8af


#dfc8af Border Color

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

This div border color is #dfc8af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc8af


Comments

No comments written yet.

Please login to write comment.