Color Hex Logo

#fde13e Color Hex

#FDE13E
(253,225,62)
0 Favorites   0 Comments

Color spaces of #fde13e

RGB 25322562
HSL0.140.980.62
HSV51°75°99°
CMYK 0.000.110.75   0.01
XYZ68.302775.080915.4495
Yxy75.08090.43000.4727
Hunter Lab86.6492-10.930650.0831
CIE-Lab89.4309-6.589477.4620

#fde13e color RGB value is (253,225,62).

#fde13e hex color red value is 253, green value is 225 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #fde13e hue: 0.14 , saturation: 0.98 and the lightness value of fde13e is 0.62.

The process color (four color CMYK) of #fde13e color hex is 0.00, 0.11, 0.75, 0.01. Web safe color of #fde13e is #ffcc33. Color #fde13e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100001 00111110
Octal 375 341 76
Decimal 253 225 62
Hex FD E1 3E

RGB Percentages of Color #fde13e

%46.85
%41.67
%11.48

CMYK Percentages of Color #fde13e

%0
%11
%75
%1

Triadic Colors of #fde13e

#fde13e #3efde1 #e13efd

Analogous Colors of #fde13e

#fde13e #bafd3e #fd823e

Monochromatic Colors of #fde13e

#fde13e

Complementary Color

#fde13e #3e5afd

#fde13e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde13e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde13e Color CSS Codes

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

#fde13e Text Font Color

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

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


#fde13e Background Color

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

This div background color is #fde13e


#fde13e Border Color

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

This div border color is #fde13e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde13e

Related Colors


Comments

No comments written yet.

Please login to write comment.