Color Hex Logo

#fde3bd Color Hex

#FDE3BD
(253,227,189)
0 Favorites   0 Comments

Color spaces of #fde3bd

RGB 253227189
HSL0.100.940.87
HSV36°25°99°
CMYK 0.000.100.25   0.01
XYZ77.162479.494959.4213
Yxy79.49490.35710.3679
Hunter Lab89.1599-1.549122.8977
CIE-Lab91.45783.256421.8324

#fde3bd color RGB value is (253,227,189).

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

The process color (four color CMYK) of #fde3bd color hex is 0.00, 0.10, 0.25, 0.01. Web safe color of #fde3bd is #ffcccc. Color #fde3bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100011 10111101
Octal 375 343 275
Decimal 253 227 189
Hex FD E3 BD

RGB Percentages of Color #fde3bd

%37.82
%33.93
%28.25

CMYK Percentages of Color #fde3bd

%0
%10
%25
%1

Triadic Colors of #fde3bd

#fde3bd #bdfde3 #e3bdfd

Analogous Colors of #fde3bd

#fde3bd #f7fdbd #fdc3bd

Monochromatic Colors of #fde3bd

#fde3bd

Complementary Color

#fde3bd #bdd7fd

#fde3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde3bd Color CSS Codes

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

#fde3bd Text Font Color

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

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


#fde3bd Background Color

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

This div background color is #fde3bd


#fde3bd Border Color

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

This div border color is #fde3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde3bd

Related Colors


Comments

No comments written yet.

Please login to write comment.