Color Hex Logo

#fde0bf Color Hex

#FDE0BF
(253,224,191)
0 Favorites   0 Comments

Color spaces of #fde0bf

RGB 253224191
HSL0.090.940.87
HSV32°25°99°
CMYK 0.000.110.25   0.01
XYZ76.567677.955560.3016
Yxy77.95550.35640.3629
Hunter Lab88.29240.284321.3110
CIE-Lab90.75965.064219.8255

#fde0bf color RGB value is (253,224,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100000 10111111
Octal 375 340 277
Decimal 253 224 191
Hex FD E0 BF

RGB Percentages of Color #fde0bf

%37.87
%33.53
%28.59

CMYK Percentages of Color #fde0bf

%0
%11
%25
%1

Triadic Colors of #fde0bf

#fde0bf #bffde0 #e0bffd

Analogous Colors of #fde0bf

#fde0bf #fbfdbf #fdc1bf

Monochromatic Colors of #fde0bf

#fde0bf

Complementary Color

#fde0bf #bfdcfd

#fde0bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde0bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde0bf Color CSS Codes

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

#fde0bf Text Font Color

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

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


#fde0bf Background Color

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

This div background color is #fde0bf


#fde0bf Border Color

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

This div border color is #fde0bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde0bf

Related Colors


Comments

No comments written yet.

Please login to write comment.