Color Hex Logo

#fde474 Color Hex

#FDE474
(253,228,116)
0 Favorites   0 Comments

Color spaces of #fde474

RGB 253228116
HSL0.140.970.72
HSV49°54°99°
CMYK 0.000.100.54   0.01
XYZ71.403877.630427.7438
Yxy77.63040.40390.4391
Hunter Lab88.1081-9.530843.0062
CIE-Lab90.6110-4.998257.0181

#fde474 color RGB value is (253,228,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100100 01110100
Octal 375 344 164
Decimal 253 228 116
Hex FD E4 74

RGB Percentages of Color #fde474

%42.38
%38.19
%19.43

CMYK Percentages of Color #fde474

%0
%10
%54
%1

Triadic Colors of #fde474

#fde474 #74fde4 #e474fd

Analogous Colors of #fde474

#fde474 #d2fd74 #fda074

Monochromatic Colors of #fde474

#fde474

Complementary Color

#fde474 #748dfd

#fde474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde474 Color CSS Codes

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

#fde474 Text Font Color

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

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


#fde474 Background Color

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

This div background color is #fde474


#fde474 Border Color

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

This div border color is #fde474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde474


Comments

No comments written yet.

Please login to write comment.