Color Hex Logo

#dfcad4 Color Hex

#DFCAD4
(223,202,212)
0 Favorites   0 Comments

Color spaces of #dfcad4

RGB 223202212
HSL0.920.250.83
HSV331°87°
CMYK 0.000.090.05   0.13
XYZ63.435662.682571.0429
Yxy62.68250.32170.3179
Hunter Lab79.17234.46902.2185
CIE-Lab83.27509.0435-2.3031

#dfcad4 color RGB value is (223,202,212).

#dfcad4 hex color red value is 223, green value is 202 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #dfcad4 hue: 0.92 , saturation: 0.25 and the lightness value of dfcad4 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 11010100
Octal 337 312 324
Decimal 223 202 212
Hex DF CA D4

RGB Percentages of Color #dfcad4

%35.01
%31.71
%33.28

CMYK Percentages of Color #dfcad4

%0
%9
%5
%13

Triadic Colors of #dfcad4

#dfcad4 #d4dfca #cad4df

Analogous Colors of #dfcad4

#dfcad4 #dfcbca #dfcadf

Monochromatic Colors of #dfcad4

#dfcad4

Complementary Color

#dfcad4 #cadfd5

#dfcad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcad4 Color CSS Codes

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

#dfcad4 Text Font Color

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

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


#dfcad4 Background Color

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

This div background color is #dfcad4


#dfcad4 Border Color

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

This div border color is #dfcad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcad4


Comments

No comments written yet.

Please login to write comment.