Color Hex Logo

#fdebca Color Hex

#FDEBCA
(253,235,202)
0 Favorites   0 Comments

Color spaces of #fdebca

RGB 253235202
HSL0.110.930.89
HSV39°20°99°
CMYK 0.000.070.20   0.01
XYZ80.877084.563667.9368
Yxy84.56360.34660.3623
Hunter Lab91.9585-3.937520.5688
CIE-Lab93.69470.982018.2277

#fdebca color RGB value is (253,235,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101011 11001010
Octal 375 353 312
Decimal 253 235 202
Hex FD EB CA

RGB Percentages of Color #fdebca

%36.67
%34.06
%29.28

CMYK Percentages of Color #fdebca

%0
%7
%20
%1

Triadic Colors of #fdebca

#fdebca #cafdeb #ebcafd

Analogous Colors of #fdebca

#fdebca #f6fdca #fdd2ca

Monochromatic Colors of #fdebca

#fdebca

Complementary Color

#fdebca #cadcfd

#fdebca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdebca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdebca Color CSS Codes

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

#fdebca Text Font Color

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

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


#fdebca Background Color

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

This div background color is #fdebca


#fdebca Border Color

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

This div border color is #fdebca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,235,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdebca


Comments

No comments written yet.

Please login to write comment.