Color Hex Logo

#fde7bd Color Hex

#FDE7BD
(253,231,189)
0 Favorites   0 Comments

Color spaces of #fde7bd

RGB 253231189
HSL0.110.940.87
HSV39°25°99°
CMYK 0.000.090.25   0.01
XYZ78.269281.708659.7902
Yxy81.70860.35610.3718
Hunter Lab90.3928-3.628124.0577
CIE-Lab92.44611.215923.1989

#fde7bd color RGB value is (253,231,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100111 10111101
Octal 375 347 275
Decimal 253 231 189
Hex FD E7 BD

RGB Percentages of Color #fde7bd

%37.59
%34.32
%28.08

CMYK Percentages of Color #fde7bd

%0
%9
%25
%1

Triadic Colors of #fde7bd

#fde7bd #bdfde7 #e7bdfd

Analogous Colors of #fde7bd

#fde7bd #f3fdbd #fdc7bd

Monochromatic Colors of #fde7bd

#fde7bd

Complementary Color

#fde7bd #bdd3fd

#fde7bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde7bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde7bd Color CSS Codes

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

#fde7bd Text Font Color

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

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


#fde7bd Background Color

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

This div background color is #fde7bd


#fde7bd Border Color

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

This div border color is #fde7bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde7bd

Related Colors


Comments

No comments written yet.

Please login to write comment.