Color Hex Logo

#fde8bc Color Hex

#FDE8BC
(253,232,188)
0 Favorites   0 Comments

Color spaces of #fde8bc

RGB 253232188
HSL0.110.940.86
HSV41°26°99°
CMYK 0.000.080.26   0.01
XYZ78.441782.226759.3140
Yxy82.22670.35660.3738
Hunter Lab90.6789-4.276924.6931
CIE-Lab92.67480.574124.0292

#fde8bc color RGB value is (253,232,188).

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

The process color (four color CMYK) of #fde8bc color hex is 0.00, 0.08, 0.26, 0.01. Web safe color of #fde8bc is #ffffcc. Color #fde8bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101000 10111100
Octal 375 350 274
Decimal 253 232 188
Hex FD E8 BC

RGB Percentages of Color #fde8bc

%37.59
%34.47
%27.93

CMYK Percentages of Color #fde8bc

%0
%8
%26
%1

Triadic Colors of #fde8bc

#fde8bc #bcfde8 #e8bcfd

Analogous Colors of #fde8bc

#fde8bc #f2fdbc #fdc8bc

Monochromatic Colors of #fde8bc

#fde8bc

Complementary Color

#fde8bc #bcd1fd

#fde8bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde8bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde8bc Color CSS Codes

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

#fde8bc Text Font Color

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

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


#fde8bc Background Color

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

This div background color is #fde8bc


#fde8bc Border Color

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

This div border color is #fde8bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde8bc

Related Colors


Comments

No comments written yet.

Please login to write comment.