Color Hex Logo

#fdefcb Color Hex

#FDEFCB
(253,239,203)
0 Favorites   0 Comments

Color spaces of #fdefcb

RGB 253239203
HSL0.120.930.89
HSV43°20°99°
CMYK 0.000.060.20   0.01
XYZ82.154086.927468.9486
Yxy86.92740.34510.3652
Hunter Lab93.2349-5.875521.4185
CIE-Lab94.7075-0.902519.1295

#fdefcb color RGB value is (253,239,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101111 11001011
Octal 375 357 313
Decimal 253 239 203
Hex FD EF CB

RGB Percentages of Color #fdefcb

%36.40
%34.39
%29.21

CMYK Percentages of Color #fdefcb

%0
%6
%20
%1

Triadic Colors of #fdefcb

#fdefcb #cbfdef #efcbfd

Analogous Colors of #fdefcb

#fdefcb #f2fdcb #fdd6cb

Monochromatic Colors of #fdefcb

#fdefcb

Complementary Color

#fdefcb #cbd9fd

#fdefcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdefcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdefcb Color CSS Codes

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

#fdefcb Text Font Color

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

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


#fdefcb Background Color

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

This div background color is #fdefcb


#fdefcb Border Color

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

This div border color is #fdefcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdefcb

Related Colors


Comments

No comments written yet.

Please login to write comment.