Color Hex Logo

#fdedbd Color Hex

#FDEDBD
(253,237,189)
0 Favorites   0 Comments

Color spaces of #fdedbd

RGB 253237189
HSL0.130.940.87
HSV45°25°99°
CMYK 0.000.060.25   0.01
XYZ79.977585.125160.3596
Yxy85.12510.35470.3776
Hunter Lab92.2633-6.729825.7961
CIE-Lab93.9370-1.825325.2511

#fdedbd color RGB value is (253,237,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101101 10111101
Octal 375 355 275
Decimal 253 237 189
Hex FD ED BD

RGB Percentages of Color #fdedbd

%37.26
%34.90
%27.84

CMYK Percentages of Color #fdedbd

%0
%6
%25
%1

Triadic Colors of #fdedbd

#fdedbd #bdfded #edbdfd

Analogous Colors of #fdedbd

#fdedbd #edfdbd #fdcdbd

Monochromatic Colors of #fdedbd

#fdedbd

Complementary Color

#fdedbd #bdcdfd

#fdedbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdedbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdedbd Color CSS Codes

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

#fdedbd Text Font Color

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

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


#fdedbd Background Color

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

This div background color is #fdedbd


#fdedbd Border Color

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

This div border color is #fdedbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdedbd


Comments

No comments written yet.

Please login to write comment.