Color Hex Logo

#dfc2ca Color Hex

#DFC2CA
(223,194,202)
0 Favorites   0 Comments

Color spaces of #dfc2ca

RGB 223194202
HSL0.950.310.82
HSV343°13°87°
CMYK 0.000.130.09   0.13
XYZ60.383958.535863.9931
Yxy58.53580.33010.3200
Hunter Lab76.50876.98953.9650
CIE-Lab81.035811.5732-0.2251

#dfc2ca color RGB value is (223,194,202).

#dfc2ca hex color red value is 223, green value is 194 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dfc2ca hue: 0.95 , saturation: 0.31 and the lightness value of dfc2ca is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000010 11001010
Octal 337 302 312
Decimal 223 194 202
Hex DF C2 CA

RGB Percentages of Color #dfc2ca

%36.03
%31.34
%32.63

CMYK Percentages of Color #dfc2ca

%0
%13
%9
%13

Triadic Colors of #dfc2ca

#dfc2ca #cadfc2 #c2cadf

Analogous Colors of #dfc2ca

#dfc2ca #dfc9c2 #dfc2d9

Monochromatic Colors of #dfc2ca

#dfc2ca

Complementary Color

#dfc2ca #c2dfd7

#dfc2ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc2ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc2ca Color CSS Codes

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

#dfc2ca Text Font Color

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

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


#dfc2ca Background Color

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

This div background color is #dfc2ca


#dfc2ca Border Color

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

This div border color is #dfc2ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc2ca


Comments

No comments written yet.

Please login to write comment.