Color Hex Logo

#fde07e Color Hex

#FDE07E
(253,224,126)
0 Favorites   0 Comments

Color spaces of #fde07e

RGB 253224126
HSL0.130.970.74
HSV46°50°99°
CMYK 0.000.110.50   0.01
XYZ70.929675.700330.6119
Yxy75.70030.40020.4271
Hunter Lab87.0059-6.742340.0437
CIE-Lab89.7200-2.166351.2551

#fde07e color RGB value is (253,224,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100000 01111110
Octal 375 340 176
Decimal 253 224 126
Hex FD E0 7E

RGB Percentages of Color #fde07e

%41.96
%37.15
%20.90

CMYK Percentages of Color #fde07e

%0
%11
%50
%1

Triadic Colors of #fde07e

#fde07e #7efde0 #e07efd

Analogous Colors of #fde07e

#fde07e #dbfd7e #fda17e

Monochromatic Colors of #fde07e

#fde07e

Complementary Color

#fde07e #7e9bfd

#fde07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde07e Color CSS Codes

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

#fde07e Text Font Color

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

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


#fde07e Background Color

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

This div background color is #fde07e


#fde07e Border Color

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

This div border color is #fde07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde07e

Related Colors


Comments

No comments written yet.

Please login to write comment.