Color Hex Logo

#fde2bc Color Hex

#FDE2BC
(253,226,188)
0 Favorites   0 Comments

Color spaces of #fde2bc

RGB 253226188
HSL0.100.940.86
HSV35°26°99°
CMYK 0.000.110.26   0.01
XYZ76.781578.906258.7606
Yxy78.90620.35800.3679
Hunter Lab88.8292-1.160522.9600
CIE-Lab91.19183.633921.9819

#fde2bc color RGB value is (253,226,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100010 10111100
Octal 375 342 274
Decimal 253 226 188
Hex FD E2 BC

RGB Percentages of Color #fde2bc

%37.93
%33.88
%28.19

CMYK Percentages of Color #fde2bc

%0
%11
%26
%1

Triadic Colors of #fde2bc

#fde2bc #bcfde2 #e2bcfd

Analogous Colors of #fde2bc

#fde2bc #f8fdbc #fdc2bc

Monochromatic Colors of #fde2bc

#fde2bc

Complementary Color

#fde2bc #bcd7fd

#fde2bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde2bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde2bc Color CSS Codes

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

#fde2bc Text Font Color

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

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


#fde2bc Background Color

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

This div background color is #fde2bc


#fde2bc Border Color

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

This div border color is #fde2bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde2bc

Related Colors


Comments

No comments written yet.

Please login to write comment.