Color Hex Logo

#dfcad2 Color Hex

#DFCAD2
(223,202,210)
2 Favorites   0 Comments

Color spaces of #dfcad2

RGB 223202210
HSL0.940.250.83
HSV337°87°
CMYK 0.000.090.06   0.13
XYZ63.184862.582269.7221
Yxy62.58220.32320.3201
Hunter Lab79.10894.12853.1214
CIE-Lab83.22218.6952-1.3127

#dfcad2 color RGB value is (223,202,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 11010010
Octal 337 312 322
Decimal 223 202 210
Hex DF CA D2

RGB Percentages of Color #dfcad2

%35.12
%31.81
%33.07

CMYK Percentages of Color #dfcad2

%0
%9
%6
%13

Triadic Colors of #dfcad2

#dfcad2 #d2dfca #cad2df

Analogous Colors of #dfcad2

#dfcad2 #dfcdca #dfcadd

Monochromatic Colors of #dfcad2

#dfcad2

Complementary Color

#dfcad2 #cadfd7

#dfcad2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcad2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcad2 Color CSS Codes

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

#dfcad2 Text Font Color

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

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


#dfcad2 Background Color

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

This div background color is #dfcad2


#dfcad2 Border Color

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

This div border color is #dfcad2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcad2


Comments

No comments written yet.

Please login to write comment.