Color Hex Logo

#fdedcb Color Hex

#FDEDCB
(253,237,203)
0 Favorites   0 Comments

Color spaces of #fdedcb

RGB 253237203
HSL0.110.930.89
HSV41°20°99°
CMYK 0.000.060.20   0.01
XYZ81.571785.762868.7545
Yxy85.76280.34550.3633
Hunter Lab92.6082-4.837020.8075
CIE-Lab94.21080.110218.4346

#fdedcb color RGB value is (253,237,203).

#fdedcb hex color red value is 253, green value is 237 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fdedcb hue: 0.11 , saturation: 0.93 and the lightness value of fdedcb is 0.89.

The process color (four color CMYK) of #fdedcb color hex is 0.00, 0.06, 0.20, 0.01. Web safe color of #fdedcb is #ffffcc. Color #fdedcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101101 11001011
Octal 375 355 313
Decimal 253 237 203
Hex FD ED CB

RGB Percentages of Color #fdedcb

%36.51
%34.20
%29.29

CMYK Percentages of Color #fdedcb

%0
%6
%20
%1

Triadic Colors of #fdedcb

#fdedcb #cbfded #edcbfd

Analogous Colors of #fdedcb

#fdedcb #f4fdcb #fdd4cb

Monochromatic Colors of #fdedcb

#fdedcb

Complementary Color

#fdedcb #cbdbfd

#fdedcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdedcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdedcb Color CSS Codes

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

#fdedcb Text Font Color

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

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


#fdedcb Background Color

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

This div background color is #fdedcb


#fdedcb Border Color

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

This div border color is #fdedcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdedcb


Comments

No comments written yet.

Please login to write comment.