Color Hex Logo

#ffdecb Color Hex

#FFDECB
(255,222,203)
2 Favorites   0 Comments

Color spaces of #ffdecb

RGB 255222203
HSL0.061.000.90
HSV22°20°100°
CMYK 0.000.130.20   0.00
XYZ78.140877.814367.4011
Yxy77.81430.34980.3484
Hunter Lab88.21243.748116.4465
CIE-Lab90.69518.506913.5063

#ffdecb color RGB value is (255,222,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011110 11001011
Octal 377 336 313
Decimal 255 222 203
Hex FF DE CB

RGB Percentages of Color #ffdecb

%37.50
%32.65
%29.85

CMYK Percentages of Color #ffdecb

%0
%13
%20
%0

Triadic Colors of #ffdecb

#ffdecb #cbffde #decbff

Analogous Colors of #ffdecb

#ffdecb #fff8cb #ffcbd2

Monochromatic Colors of #ffdecb

#ffdecb

Complementary Color

#ffdecb #cbecff

#ffdecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdecb Color CSS Codes

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

#ffdecb Text Font Color

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

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


#ffdecb Background Color

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

This div background color is #ffdecb


#ffdecb Border Color

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

This div border color is #ffdecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdecb

Related Colors


Comments

No comments written yet.

Please login to write comment.