Color Hex Logo

#fde50d Color Hex

#FDE50D
(253,229,13)
0 Favorites   0 Comments

Color spaces of #fde50d

RGB 25322913
HSL0.150.980.52
HSV54°95°99°
CMYK 0.000.090.95   0.01
XYZ68.600076.950311.6181
Yxy76.95030.43650.4896
Hunter Lab87.7213-13.921453.5524
CIE-Lab90.2987-9.681388.4125

#fde50d color RGB value is (253,229,13).

#fde50d hex color red value is 253, green value is 229 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #fde50d hue: 0.15 , saturation: 0.98 and the lightness value of fde50d is 0.52.

The process color (four color CMYK) of #fde50d color hex is 0.00, 0.09, 0.95, 0.01. Web safe color of #fde50d is #ffcc00. Color #fde50d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100101 00001101
Octal 375 345 15
Decimal 253 229 13
Hex FD E5 D

RGB Percentages of Color #fde50d

%51.11
%46.26
%2.63

CMYK Percentages of Color #fde50d

%0
%9
%95
%1

Triadic Colors of #fde50d

#fde50d #0dfde5 #e50dfd

Analogous Colors of #fde50d

#fde50d #9dfd0d #fd6d0d

Monochromatic Colors of #fde50d

#fde50d

Complementary Color

#fde50d #0d25fd

#fde50d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde50d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde50d Color CSS Codes

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

#fde50d Text Font Color

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

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


#fde50d Background Color

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

This div background color is #fde50d


#fde50d Border Color

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

This div border color is #fde50d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde50d

Related Colors


Comments

No comments written yet.

Please login to write comment.