Color Hex Logo

#fde8ba Color Hex

#FDE8BA
(253,232,186)
0 Favorites   0 Comments

Color spaces of #fde8ba

RGB 253232186
HSL0.110.940.86
HSV41°26°99°
CMYK 0.000.080.26   0.01
XYZ78.227682.141058.1861
Yxy82.14100.35790.3758
Hunter Lab90.6317-4.535425.3776
CIE-Lab92.63710.309825.0061

#fde8ba color RGB value is (253,232,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101000 10111010
Octal 375 350 272
Decimal 253 232 186
Hex FD E8 BA

RGB Percentages of Color #fde8ba

%37.70
%34.58
%27.72

CMYK Percentages of Color #fde8ba

%0
%8
%26
%1

Triadic Colors of #fde8ba

#fde8ba #bafde8 #e8bafd

Analogous Colors of #fde8ba

#fde8ba #f1fdba #fdc7ba

Monochromatic Colors of #fde8ba

#fde8ba

Complementary Color

#fde8ba #bacffd

#fde8ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde8ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde8ba Color CSS Codes

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

#fde8ba Text Font Color

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

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


#fde8ba Background Color

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

This div background color is #fde8ba


#fde8ba Border Color

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

This div border color is #fde8ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde8ba


Comments

No comments written yet.

Please login to write comment.