Color Hex Logo

#dfccca Color Hex

#DFCCCA
(223,204,202)
0 Favorites   0 Comments

Color spaces of #dfccca

RGB 223204202
HSL0.020.250.83
HSV87°
CMYK 0.000.090.09   0.13
XYZ62.685063.138064.7601
Yxy63.13800.32890.3313
Hunter Lab79.45941.76347.2997
CIE-Lab83.51496.27923.3827

#dfccca color RGB value is (223,204,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001100 11001010
Octal 337 314 312
Decimal 223 204 202
Hex DF CC CA

RGB Percentages of Color #dfccca

%35.45
%32.43
%32.11

CMYK Percentages of Color #dfccca

%0
%9
%9
%13

Triadic Colors of #dfccca

#dfccca #cadfcc #cccadf

Analogous Colors of #dfccca

#dfccca #dfd7ca #dfcad3

Monochromatic Colors of #dfccca

#dfccca

Complementary Color

#dfccca #cadddf

#dfccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfccca Color CSS Codes

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

#dfccca Text Font Color

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

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


#dfccca Background Color

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

This div background color is #dfccca


#dfccca Border Color

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

This div border color is #dfccca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,204,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 #dfccca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfccca


Comments

No comments written yet.

Please login to write comment.