Color Hex Logo

#fde50c Color Hex

#FDE50C
(253,229,12)
0 Favorites   0 Comments

Color spaces of #fde50c

RGB 25322912
HSL0.150.980.52
HSV54°95°99°
CMYK 0.000.090.95   0.01
XYZ68.593776.947811.5850
Yxy76.94780.43660.4897
Hunter Lab87.7199-13.929453.5736
CIE-Lab90.2976-9.690188.5007

#fde50c color RGB value is (253,229,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100101 00001100
Octal 375 345 14
Decimal 253 229 12
Hex FD E5 C

RGB Percentages of Color #fde50c

%51.21
%46.36
%2.43

CMYK Percentages of Color #fde50c

%0
%9
%95
%1

Triadic Colors of #fde50c

#fde50c #0cfde5 #e50cfd

Analogous Colors of #fde50c

#fde50c #9dfd0c #fd6d0c

Monochromatic Colors of #fde50c

#fde50c

Complementary Color

#fde50c #0c24fd

#fde50c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde50c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde50c Color CSS Codes

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

#fde50c Text Font Color

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

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


#fde50c Background Color

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

This div background color is #fde50c


#fde50c Border Color

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

This div border color is #fde50c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde50c


Comments

No comments written yet.

Please login to write comment.