Color Hex Logo

#fde07c Color Hex

#FDE07C
(253,224,124)
0 Favorites   0 Comments

Color spaces of #fde07c

RGB 253224124
HSL0.130.970.74
HSV47°51°99°
CMYK 0.000.110.51   0.01
XYZ70.801875.649229.9389
Yxy75.64920.40140.4289
Hunter Lab86.9765-6.904040.4749
CIE-Lab89.6962-2.336352.1814

#fde07c color RGB value is (253,224,124).

#fde07c hex color red value is 253, green value is 224 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #fde07c hue: 0.13 , saturation: 0.97 and the lightness value of fde07c is 0.74.

The process color (four color CMYK) of #fde07c color hex is 0.00, 0.11, 0.51, 0.01. Web safe color of #fde07c is #ffcc66. Color #fde07c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100000 01111100
Octal 375 340 174
Decimal 253 224 124
Hex FD E0 7C

RGB Percentages of Color #fde07c

%42.10
%37.27
%20.63

CMYK Percentages of Color #fde07c

%0
%11
%51
%1

Triadic Colors of #fde07c

#fde07c #7cfde0 #e07cfd

Analogous Colors of #fde07c

#fde07c #dafd7c #fda07c

Monochromatic Colors of #fde07c

#fde07c

Complementary Color

#fde07c #7c99fd

#fde07c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde07c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde07c Color CSS Codes

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

#fde07c Text Font Color

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

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


#fde07c Background Color

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

This div background color is #fde07c


#fde07c Border Color

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

This div border color is #fde07c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde07c


Comments

No comments written yet.

Please login to write comment.