Color Hex Logo

#dfcac4 Color Hex

#DFCAC4
(223,202,196)
0 Favorites   0 Comments

Color spaces of #dfcac4

RGB 223202196
HSL0.040.300.82
HSV13°12°87°
CMYK 0.000.090.12   0.13
XYZ61.515861.914660.9330
Yxy61.91460.33370.3358
Hunter Lab78.68581.84939.1669
CIE-Lab82.86806.34495.6480

#dfcac4 color RGB value is (223,202,196).

#dfcac4 hex color red value is 223, green value is 202 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #dfcac4 hue: 0.04 , saturation: 0.30 and the lightness value of dfcac4 is 0.82.

The process color (four color CMYK) of #dfcac4 color hex is 0.00, 0.09, 0.12, 0.13. Web safe color of #dfcac4 is #cccccc. Color #dfcac4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 11000100
Octal 337 312 304
Decimal 223 202 196
Hex DF CA C4

RGB Percentages of Color #dfcac4

%35.91
%32.53
%31.56

CMYK Percentages of Color #dfcac4

%0
%9
%12
%13

Triadic Colors of #dfcac4

#dfcac4 #c4dfca #cac4df

Analogous Colors of #dfcac4

#dfcac4 #dfd8c4 #dfc4cc

Monochromatic Colors of #dfcac4

#dfcac4

Complementary Color

#dfcac4 #c4d9df

#dfcac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcac4 Color CSS Codes

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

#dfcac4 Text Font Color

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

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


#dfcac4 Background Color

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

This div background color is #dfcac4


#dfcac4 Border Color

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

This div border color is #dfcac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcac4


Comments

No comments written yet.

Please login to write comment.