Color Hex Logo

#dfcadc Color Hex

#DFCADC
(223,202,220)
0 Favorites   0 Comments

Color spaces of #dfcadc

RGB 223202220
HSL0.860.250.83
HSV309°87°
CMYK 0.000.090.01   0.13
XYZ64.470263.096376.4910
Yxy63.09630.31590.3092
Hunter Lab79.43325.8676-1.4907
CIE-Lab83.493010.4666-6.2528

#dfcadc color RGB value is (223,202,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 11011100
Octal 337 312 334
Decimal 223 202 220
Hex DF CA DC

RGB Percentages of Color #dfcadc

%34.57
%31.32
%34.11

CMYK Percentages of Color #dfcadc

%0
%9
%1
%13

Triadic Colors of #dfcadc

#dfcadc #dcdfca #cadcdf

Analogous Colors of #dfcadc

#dfcadc #dfcad2 #d8cadf

Monochromatic Colors of #dfcadc

#dfcadc

Complementary Color

#dfcadc #cadfcd

#dfcadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcadc Color CSS Codes

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

#dfcadc Text Font Color

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

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


#dfcadc Background Color

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

This div background color is #dfcadc


#dfcadc Border Color

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

This div border color is #dfcadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcadc


Comments

No comments written yet.

Please login to write comment.