Color Hex Logo

#ffdfcc Color Hex

#FFDFCC
(255,223,204)
0 Favorites   0 Comments

Color spaces of #ffdfcc

RGB 255223204
HSL0.061.000.90
HSV22°20°100°
CMYK 0.000.130.20   0.00
XYZ78.526878.395068.1197
Yxy78.39500.34890.3484
Hunter Lab88.54103.364616.3634
CIE-Lab90.95988.135713.3591

#ffdfcc color RGB value is (255,223,204).

#ffdfcc hex color red value is 255, green value is 223 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ffdfcc hue: 0.06 , saturation: 1.00 and the lightness value of ffdfcc is 0.90.

The process color (four color CMYK) of #ffdfcc color hex is 0.00, 0.13, 0.20, 0.00. Web safe color of #ffdfcc is #ffcccc. Color #ffdfcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011111 11001100
Octal 377 337 314
Decimal 255 223 204
Hex FF DF CC

RGB Percentages of Color #ffdfcc

%37.39
%32.70
%29.91

CMYK Percentages of Color #ffdfcc

%0
%13
%20
%0

Triadic Colors of #ffdfcc

#ffdfcc #ccffdf #dfccff

Analogous Colors of #ffdfcc

#ffdfcc #fff9cc #ffccd3

Monochromatic Colors of #ffdfcc

#ffdfcc

Complementary Color

#ffdfcc #ccecff

#ffdfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdfcc Color CSS Codes

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

#ffdfcc Text Font Color

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

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


#ffdfcc Background Color

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

This div background color is #ffdfcc


#ffdfcc Border Color

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

This div border color is #ffdfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdfcc

Related Colors


Comments

No comments written yet.

Please login to write comment.