Color Hex Logo

#fdf519 Color Hex

#FDF519
(253,245,25)
0 Favorites   0 Comments

Color spaces of #fdf519

RGB 25324525
HSL0.160.980.55
HSV58°90°99°
CMYK 0.000.030.90   0.01
XYZ73.335986.257613.7039
Yxy86.25760.42320.4977
Hunter Lab92.8750-21.584156.2641
CIE-Lab94.4224-17.363490.1549

#fdf519 color RGB value is (253,245,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110101 00011001
Octal 375 365 31
Decimal 253 245 25
Hex FD F5 19

RGB Percentages of Color #fdf519

%48.37
%46.85
%4.78

CMYK Percentages of Color #fdf519

%0
%3
%90
%1

Triadic Colors of #fdf519

#fdf519 #19fdf5 #f519fd

Analogous Colors of #fdf519

#fdf519 #93fd19 #fd8319

Monochromatic Colors of #fdf519

#fdf519

Complementary Color

#fdf519 #1921fd

#fdf519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf519 Color CSS Codes

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

#fdf519 Text Font Color

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

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


#fdf519 Background Color

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

This div background color is #fdf519


#fdf519 Border Color

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

This div border color is #fdf519


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,245,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 #fdf519">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf519

Related Colors


Comments

No comments written yet.

Please login to write comment.