Color Hex Logo

#fde974 Color Hex

#FDE974
(253,233,116)
0 Favorites   0 Comments

Color spaces of #fde974

RGB 253233116
HSL0.140.970.72
HSV51°54°99°
CMYK 0.000.080.54   0.01
XYZ72.799380.421428.2090
Yxy80.42140.40130.4433
Hunter Lab89.6780-12.032744.1244
CIE-Lab91.8736-7.498658.4902

#fde974 color RGB value is (253,233,116).

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

The process color (four color CMYK) of #fde974 color hex is 0.00, 0.08, 0.54, 0.01. Web safe color of #fde974 is #ffff66. Color #fde974 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101001 01110100
Octal 375 351 164
Decimal 253 233 116
Hex FD E9 74

RGB Percentages of Color #fde974

%42.03
%38.70
%19.27

CMYK Percentages of Color #fde974

%0
%8
%54
%1

Triadic Colors of #fde974

#fde974 #74fde9 #e974fd

Analogous Colors of #fde974

#fde974 #cdfd74 #fda574

Monochromatic Colors of #fde974

#fde974

Complementary Color

#fde974 #7488fd

#fde974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde974 Color CSS Codes

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

#fde974 Text Font Color

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

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


#fde974 Background Color

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

This div background color is #fde974


#fde974 Border Color

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

This div border color is #fde974


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,233,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 #fde974">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde974

Related Colors


Comments

No comments written yet.

Please login to write comment.