Color Hex Logo

#dfcad8 Color Hex

#DFCAD8
(223,202,216)
0 Favorites   0 Comments

Color spaces of #dfcad8

RGB 223202216
HSL0.890.250.83
HSV320°87°
CMYK 0.000.090.03   0.13
XYZ63.946662.886973.7338
Yxy62.88690.31880.3135
Hunter Lab79.30135.16080.3834
CIE-Lab83.38289.7490-4.2803

#dfcad8 color RGB value is (223,202,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 11011000
Octal 337 312 330
Decimal 223 202 216
Hex DF CA D8

RGB Percentages of Color #dfcad8

%34.79
%31.51
%33.70

CMYK Percentages of Color #dfcad8

%0
%9
%3
%13

Triadic Colors of #dfcad8

#dfcad8 #d8dfca #cad8df

Analogous Colors of #dfcad8

#dfcad8 #dfcace #dccadf

Monochromatic Colors of #dfcad8

#dfcad8

Complementary Color

#dfcad8 #cadfd1

#dfcad8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcad8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcad8 Color CSS Codes

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

#dfcad8 Text Font Color

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

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


#dfcad8 Background Color

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

This div background color is #dfcad8


#dfcad8 Border Color

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

This div border color is #dfcad8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcad8

#dfcad8 Color Palettes


Comments

No comments written yet.

Please login to write comment.