Color Hex Logo

#fde03d Color Hex

#FDE03D
(253,224,61)
0 Favorites   0 Comments

Color spaces of #fde03d

RGB 25322461
HSL0.140.980.62
HSV51°76°99°
CMYK 0.000.110.76   0.01
XYZ68.006074.530915.2165
Yxy74.53090.43110.4725
Hunter Lab86.3313-10.469449.9816
CIE-Lab89.1728-6.126477.5442

#fde03d color RGB value is (253,224,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100000 00111101
Octal 375 340 75
Decimal 253 224 61
Hex FD E0 3D

RGB Percentages of Color #fde03d

%47.03
%41.64
%11.34

CMYK Percentages of Color #fde03d

%0
%11
%76
%1

Triadic Colors of #fde03d

#fde03d #3dfde0 #e03dfd

Analogous Colors of #fde03d

#fde03d #bafd3d #fd803d

Monochromatic Colors of #fde03d

#fde03d

Complementary Color

#fde03d #3d5afd

#fde03d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde03d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde03d Color CSS Codes

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

#fde03d Text Font Color

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

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


#fde03d Background Color

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

This div background color is #fde03d


#fde03d Border Color

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

This div border color is #fde03d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde03d

Related Colors


Comments

No comments written yet.

Please login to write comment.