Color Hex Logo

#fde478 Color Hex

#FDE478
(253,228,120)
0 Favorites   0 Comments

Color spaces of #fde478

RGB 253228120
HSL0.140.970.73
HSV49°53°99°
CMYK 0.000.100.53   0.01
XYZ71.641677.725528.9959
Yxy77.72550.40170.4358
Hunter Lab88.1621-9.232342.2134
CIE-Lab90.6545-4.681855.2136

#fde478 color RGB value is (253,228,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100100 01111000
Octal 375 344 170
Decimal 253 228 120
Hex FD E4 78

RGB Percentages of Color #fde478

%42.10
%37.94
%19.97

CMYK Percentages of Color #fde478

%0
%10
%53
%1

Triadic Colors of #fde478

#fde478 #78fde4 #e478fd

Analogous Colors of #fde478

#fde478 #d4fd78 #fda278

Monochromatic Colors of #fde478

#fde478

Complementary Color

#fde478 #7891fd

#fde478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde478 Color CSS Codes

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

#fde478 Text Font Color

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

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


#fde478 Background Color

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

This div background color is #fde478


#fde478 Border Color

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

This div border color is #fde478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde478

Related Colors


Comments

No comments written yet.

Please login to write comment.