Color Hex Logo

#dfceae Color Hex

#DFCEAE
(223,206,174)
0 Favorites   0 Comments

Color spaces of #dfceae

RGB 223206174
HSL0.110.430.78
HSV39°22°87°
CMYK 0.000.080.22   0.13
XYZ60.142762.886649.0129
Yxy62.88660.34960.3655
Hunter Lab79.3011-3.400718.8659
CIE-Lab83.38270.884218.0713

#dfceae color RGB value is (223,206,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001110 10101110
Octal 337 316 256
Decimal 223 206 174
Hex DF CE AE

RGB Percentages of Color #dfceae

%36.98
%34.16
%28.86

CMYK Percentages of Color #dfceae

%0
%8
%22
%13

Triadic Colors of #dfceae

#dfceae #aedfce #ceaedf

Analogous Colors of #dfceae

#dfceae #d8dfae #dfb6ae

Monochromatic Colors of #dfceae

#dfceae

Complementary Color

#dfceae #aebfdf

#dfceae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfceae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfceae Color CSS Codes

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

#dfceae Text Font Color

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

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


#dfceae Background Color

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

This div background color is #dfceae


#dfceae Border Color

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

This div border color is #dfceae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfceae


Comments

No comments written yet.

Please login to write comment.