Color Hex Logo

#dfc3ae Color Hex

#DFC3AE
(223,195,174)
0 Favorites   0 Comments

Color spaces of #dfc3ae

RGB 223195174
HSL0.070.430.78
HSV26°22°87°
CMYK 0.000.130.22   0.13
XYZ57.586557.774248.1608
Yxy57.77420.35220.3533
Hunter Lab76.00932.219515.6394
CIE-Lab80.61316.652314.1896

#dfc3ae color RGB value is (223,195,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000011 10101110
Octal 337 303 256
Decimal 223 195 174
Hex DF C3 AE

RGB Percentages of Color #dfc3ae

%37.67
%32.94
%29.39

CMYK Percentages of Color #dfc3ae

%0
%13
%22
%13

Triadic Colors of #dfc3ae

#dfc3ae #aedfc3 #c3aedf

Analogous Colors of #dfc3ae

#dfc3ae #dfdcae #dfaeb2

Monochromatic Colors of #dfc3ae

#dfc3ae

Complementary Color

#dfc3ae #aecadf

#dfc3ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc3ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc3ae Color CSS Codes

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

#dfc3ae Text Font Color

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

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


#dfc3ae Background Color

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

This div background color is #dfc3ae


#dfc3ae Border Color

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

This div border color is #dfc3ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc3ae


Comments

No comments written yet.

Please login to write comment.