Color Hex Logo

#dfcad1 Color Hex

#DFCAD1
(223,202,209)
0 Favorites   0 Comments

Color spaces of #dfcad1

RGB 223202209
HSL0.940.250.83
HSV340°87°
CMYK 0.000.090.06   0.13
XYZ63.060662.532569.0679
Yxy62.53250.32400.3212
Hunter Lab79.07753.95983.5691
CIE-Lab83.19588.5224-0.8172

#dfcad1 color RGB value is (223,202,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 11010001
Octal 337 312 321
Decimal 223 202 209
Hex DF CA D1

RGB Percentages of Color #dfcad1

%35.17
%31.86
%32.97

CMYK Percentages of Color #dfcad1

%0
%9
%6
%13

Triadic Colors of #dfcad1

#dfcad1 #d1dfca #cad1df

Analogous Colors of #dfcad1

#dfcad1 #dfceca #dfcadc

Monochromatic Colors of #dfcad1

#dfcad1

Complementary Color

#dfcad1 #cadfd8

#dfcad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcad1 Color CSS Codes

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

#dfcad1 Text Font Color

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

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


#dfcad1 Background Color

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

This div background color is #dfcad1


#dfcad1 Border Color

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

This div border color is #dfcad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcad1


Comments

No comments written yet.

Please login to write comment.