Color Hex Logo

#fde074 Color Hex

#FDE074
(253,224,116)
2 Favorites   0 Comments

Color spaces of #fde074

RGB 253224116
HSL0.130.970.72
HSV47°54°99°
CMYK 0.000.110.54   0.01
XYZ70.316175.454927.3812
Yxy75.45490.40610.4358
Hunter Lab86.8648-7.519542.1162
CIE-Lab89.6056-2.984755.8395

#fde074 color RGB value is (253,224,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100000 01110100
Octal 375 340 164
Decimal 253 224 116
Hex FD E0 74

RGB Percentages of Color #fde074

%42.66
%37.77
%19.56

CMYK Percentages of Color #fde074

%0
%11
%54
%1

Triadic Colors of #fde074

#fde074 #74fde0 #e074fd

Analogous Colors of #fde074

#fde074 #d6fd74 #fd9c74

Monochromatic Colors of #fde074

#fde074

Complementary Color

#fde074 #7491fd

#fde074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde074 Color CSS Codes

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

#fde074 Text Font Color

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

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


#fde074 Background Color

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

This div background color is #fde074


#fde074 Border Color

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

This div border color is #fde074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde074


Comments

No comments written yet.

Please login to write comment.