Color Hex Logo

#fde919 Color Hex

#FDE919
(253,233,25)
0 Favorites   0 Comments

Color spaces of #fde919

RGB 25323325
HSL0.150.980.55
HSV55°90°99°
CMYK 0.000.080.90   0.01
XYZ69.822479.230712.5327
Yxy79.23070.43210.4903
Hunter Lab89.0116-15.751653.9602
CIE-Lab91.3386-11.515187.7788

#fde919 color RGB value is (253,233,25).

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

The process color (four color CMYK) of #fde919 color hex is 0.00, 0.08, 0.90, 0.01. Web safe color of #fde919 is #ffff00. Color #fde919 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101001 00011001
Octal 375 351 31
Decimal 253 233 25
Hex FD E9 19

RGB Percentages of Color #fde919

%49.51
%45.60
%4.89

CMYK Percentages of Color #fde919

%0
%8
%90
%1

Triadic Colors of #fde919

#fde919 #19fde9 #e919fd

Analogous Colors of #fde919

#fde919 #9ffd19 #fd7719

Monochromatic Colors of #fde919

#fde919

Complementary Color

#fde919 #192dfd

#fde919 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde919 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde919 Color CSS Codes

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

#fde919 Text Font Color

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

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


#fde919 Background Color

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

This div background color is #fde919


#fde919 Border Color

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

This div border color is #fde919


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde919


Comments

No comments written yet.

Please login to write comment.