Color Hex Logo

#ffdfcb Color Hex

#FFDFCB
(255,223,203)
1 Favorites   0 Comments

Color spaces of #ffdfcb

RGB 255223203
HSL0.061.000.90
HSV23°20°100°
CMYK 0.000.130.20   0.00
XYZ78.407278.347167.4899
Yxy78.34710.34970.3494
Hunter Lab88.51393.219216.7524
CIE-Lab90.93817.991313.8504

#ffdfcb color RGB value is (255,223,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011111 11001011
Octal 377 337 313
Decimal 255 223 203
Hex FF DF CB

RGB Percentages of Color #ffdfcb

%37.44
%32.75
%29.81

CMYK Percentages of Color #ffdfcb

%0
%13
%20
%0

Triadic Colors of #ffdfcb

#ffdfcb #cbffdf #dfcbff

Analogous Colors of #ffdfcb

#ffdfcb #fff9cb #ffcbd1

Monochromatic Colors of #ffdfcb

#ffdfcb

Complementary Color

#ffdfcb #cbebff

#ffdfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdfcb Color CSS Codes

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

#ffdfcb Text Font Color

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

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


#ffdfcb Background Color

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

This div background color is #ffdfcb


#ffdfcb Border Color

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

This div border color is #ffdfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdfcb

Related Colors

#ffdfcb Color Palettes


Comments

No comments written yet.

Please login to write comment.