Color Hex Logo

#fde097 Color Hex

#FDE097
(253,224,151)
0 Favorites   0 Comments

Color spaces of #fde097

RGB 253224151
HSL0.120.960.79
HSV43°40°99°
CMYK 0.000.110.40   0.01
XYZ72.749676.428340.1960
Yxy76.42830.38420.4036
Hunter Lab87.4233-4.451333.9356
CIE-Lab90.05780.223939.3851

#fde097 color RGB value is (253,224,151).

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

The process color (four color CMYK) of #fde097 color hex is 0.00, 0.11, 0.40, 0.01. Web safe color of #fde097 is #ffcc99. Color #fde097 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100000 10010111
Octal 375 340 227
Decimal 253 224 151
Hex FD E0 97

RGB Percentages of Color #fde097

%40.29
%35.67
%24.04

CMYK Percentages of Color #fde097

%0
%11
%40
%1

Triadic Colors of #fde097

#fde097 #97fde0 #e097fd

Analogous Colors of #fde097

#fde097 #e7fd97 #fdad97

Monochromatic Colors of #fde097

#fde097

Complementary Color

#fde097 #97b4fd

#fde097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde097 Color CSS Codes

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

#fde097 Text Font Color

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

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


#fde097 Background Color

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

This div background color is #fde097


#fde097 Border Color

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

This div border color is #fde097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde097


Comments

No comments written yet.

Please login to write comment.