Color Hex Logo

#fde578 Color Hex

#FDE578
(253,229,120)
0 Favorites   0 Comments

Color spaces of #fde578

RGB 253229120
HSL0.140.970.73
HSV49°53°99°
CMYK 0.000.090.53   0.01
XYZ71.917578.277329.0879
Yxy78.27730.40110.4366
Hunter Lab88.4745-9.734542.4392
CIE-Lab90.9063-5.183755.5118

#fde578 color RGB value is (253,229,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100101 01111000
Octal 375 345 170
Decimal 253 229 120
Hex FD E5 78

RGB Percentages of Color #fde578

%42.03
%38.04
%19.93

CMYK Percentages of Color #fde578

%0
%9
%53
%1

Triadic Colors of #fde578

#fde578 #78fde5 #e578fd

Analogous Colors of #fde578

#fde578 #d3fd78 #fda378

Monochromatic Colors of #fde578

#fde578

Complementary Color

#fde578 #7890fd

#fde578 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde578 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde578 Color CSS Codes

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

#fde578 Text Font Color

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

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


#fde578 Background Color

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

This div background color is #fde578


#fde578 Border Color

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

This div border color is #fde578


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde578

Related Colors


Comments

No comments written yet.

Please login to write comment.