Color Hex Logo

#fde894 Color Hex

#FDE894
(253,232,148)
0 Favorites   0 Comments

Color spaces of #fde894

RGB 253232148
HSL0.130.960.79
HSV48°42°99°
CMYK 0.000.080.42   0.01
XYZ74.709980.734039.6626
Yxy80.73400.38290.4138
Hunter Lab89.8521-8.822636.7246
CIE-Lab92.0132-4.132743.3939

#fde894 color RGB value is (253,232,148).

#fde894 hex color red value is 253, green value is 232 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #fde894 hue: 0.13 , saturation: 0.96 and the lightness value of fde894 is 0.79.

The process color (four color CMYK) of #fde894 color hex is 0.00, 0.08, 0.42, 0.01. Web safe color of #fde894 is #ffff99. Color #fde894 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101000 10010100
Octal 375 350 224
Decimal 253 232 148
Hex FD E8 94

RGB Percentages of Color #fde894

%39.97
%36.65
%23.38

CMYK Percentages of Color #fde894

%0
%8
%42
%1

Triadic Colors of #fde894

#fde894 #94fde8 #e894fd

Analogous Colors of #fde894

#fde894 #defd94 #fdb494

Monochromatic Colors of #fde894

#fde894

Complementary Color

#fde894 #94a9fd

#fde894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde894 Color CSS Codes

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

#fde894 Text Font Color

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

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


#fde894 Background Color

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

This div background color is #fde894


#fde894 Border Color

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

This div border color is #fde894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde894

Related Colors


Comments

No comments written yet.

Please login to write comment.