Color Hex Logo

#fde493 Color Hex

#FDE493
(253,228,147)
0 Favorites   0 Comments

Color spaces of #fde493

RGB 253228147
HSL0.130.960.78
HSV46°42°99°
CMYK 0.000.100.42   0.01
XYZ73.517978.476038.8763
Yxy78.47600.38520.4111
Hunter Lab88.5867-6.889935.9912
CIE-Lab90.9967-2.218442.5914

#fde493 color RGB value is (253,228,147).

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

The process color (four color CMYK) of #fde493 color hex is 0.00, 0.10, 0.42, 0.01. Web safe color of #fde493 is #ffcc99. Color #fde493 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100100 10010011
Octal 375 344 223
Decimal 253 228 147
Hex FD E4 93

RGB Percentages of Color #fde493

%40.29
%36.31
%23.41

CMYK Percentages of Color #fde493

%0
%10
%42
%1

Triadic Colors of #fde493

#fde493 #93fde4 #e493fd

Analogous Colors of #fde493

#fde493 #e1fd93 #fdaf93

Monochromatic Colors of #fde493

#fde493

Complementary Color

#fde493 #93acfd

#fde493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde493 Color CSS Codes

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

#fde493 Text Font Color

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

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


#fde493 Background Color

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

This div background color is #fde493


#fde493 Border Color

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

This div border color is #fde493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde493


Comments

No comments written yet.

Please login to write comment.