Color Hex Logo

#fde5ba Color Hex

#FDE5BA
(253,229,186)
0 Favorites   0 Comments

Color spaces of #fde5ba

RGB 253229186
HSL0.110.940.86
HSV39°26°99°
CMYK 0.000.090.26   0.01
XYZ77.390380.466457.9070
Yxy80.46640.35870.3729
Hunter Lab89.7031-2.981524.5180
CIE-Lab91.89371.836023.9844

#fde5ba color RGB value is (253,229,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100101 10111010
Octal 375 345 272
Decimal 253 229 186
Hex FD E5 BA

RGB Percentages of Color #fde5ba

%37.87
%34.28
%27.84

CMYK Percentages of Color #fde5ba

%0
%9
%26
%1

Triadic Colors of #fde5ba

#fde5ba #bafde5 #e5bafd

Analogous Colors of #fde5ba

#fde5ba #f4fdba #fdc4ba

Monochromatic Colors of #fde5ba

#fde5ba

Complementary Color

#fde5ba #bad2fd

#fde5ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde5ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde5ba Color CSS Codes

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

#fde5ba Text Font Color

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

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


#fde5ba Background Color

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

This div background color is #fde5ba


#fde5ba Border Color

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

This div border color is #fde5ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde5ba


Comments

No comments written yet.

Please login to write comment.