Color Hex Logo

#fdebd0 Color Hex

#FDEBD0
(253,235,208)
0 Favorites   0 Comments

Color spaces of #fdebd0

RGB 253235208
HSL0.100.920.90
HSV36°18°99°
CMYK 0.000.070.18   0.01
XYZ81.601584.853471.7520
Yxy84.85340.34260.3562
Hunter Lab92.1159-3.077418.2983
CIE-Lab93.81991.853115.3024

#fdebd0 color RGB value is (253,235,208).

#fdebd0 hex color red value is 253, green value is 235 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #fdebd0 hue: 0.10 , saturation: 0.92 and the lightness value of fdebd0 is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101011 11010000
Octal 375 353 320
Decimal 253 235 208
Hex FD EB D0

RGB Percentages of Color #fdebd0

%36.35
%33.76
%29.89

CMYK Percentages of Color #fdebd0

%0
%7
%18
%1

Triadic Colors of #fdebd0

#fdebd0 #d0fdeb #ebd0fd

Analogous Colors of #fdebd0

#fdebd0 #f9fdd0 #fdd5d0

Monochromatic Colors of #fdebd0

#fdebd0

Complementary Color

#fdebd0 #d0e2fd

#fdebd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdebd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdebd0 Color CSS Codes

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

#fdebd0 Text Font Color

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

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


#fdebd0 Background Color

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

This div background color is #fdebd0


#fdebd0 Border Color

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

This div border color is #fdebd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdebd0

#fdebd0 Color Palettes


Comments

No comments written yet.

Please login to write comment.