Color Hex Logo

#fdecbd Color Hex

#FDECBD
(253,236,189)
0 Favorites   0 Comments

Color spaces of #fdecbd

RGB 253236189
HSL0.120.940.87
HSV44°25°99°
CMYK 0.000.070.25   0.01
XYZ79.688884.547760.2634
Yxy84.54770.35500.3766
Hunter Lab91.9498-6.214225.5065
CIE-Lab93.6879-1.320124.9089

#fdecbd color RGB value is (253,236,189).

#fdecbd hex color red value is 253, green value is 236 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fdecbd hue: 0.12 , saturation: 0.94 and the lightness value of fdecbd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101100 10111101
Octal 375 354 275
Decimal 253 236 189
Hex FD EC BD

RGB Percentages of Color #fdecbd

%37.32
%34.81
%27.88

CMYK Percentages of Color #fdecbd

%0
%7
%25
%1

Triadic Colors of #fdecbd

#fdecbd #bdfdec #ecbdfd

Analogous Colors of #fdecbd

#fdecbd #eefdbd #fdccbd

Monochromatic Colors of #fdecbd

#fdecbd

Complementary Color

#fdecbd #bdcefd

#fdecbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdecbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdecbd Color CSS Codes

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

#fdecbd Text Font Color

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

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


#fdecbd Background Color

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

This div background color is #fdecbd


#fdecbd Border Color

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

This div border color is #fdecbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdecbd

#fdecbd Color Palettes


Comments

No comments written yet.

Please login to write comment.