Color Hex Logo

#dfcad5 Color Hex

#DFCAD5
(223,202,213)
0 Favorites   0 Comments

Color spaces of #dfcad5

RGB 223202213
HSL0.910.250.83
HSV329°87°
CMYK 0.000.090.04   0.13
XYZ63.562262.733171.7094
Yxy62.73310.32100.3168
Hunter Lab79.20424.64071.7634
CIE-Lab83.30189.2189-2.7979

#dfcad5 color RGB value is (223,202,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 11010101
Octal 337 312 325
Decimal 223 202 213
Hex DF CA D5

RGB Percentages of Color #dfcad5

%34.95
%31.66
%33.39

CMYK Percentages of Color #dfcad5

%0
%9
%4
%13

Triadic Colors of #dfcad5

#dfcad5 #d5dfca #cad5df

Analogous Colors of #dfcad5

#dfcad5 #dfcacb #dfcadf

Monochromatic Colors of #dfcad5

#dfcad5

Complementary Color

#dfcad5 #cadfd4

#dfcad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcad5 Color CSS Codes

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

#dfcad5 Text Font Color

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

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


#dfcad5 Background Color

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

This div background color is #dfcad5


#dfcad5 Border Color

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

This div border color is #dfcad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcad5


Comments

No comments written yet.

Please login to write comment.