Color Hex Logo

#fdf518 Color Hex

#FDF518
(253,245,24)
0 Favorites   0 Comments

Color spaces of #fdf518

RGB 25324524
HSL0.160.980.54
HSV58°91°99°
CMYK 0.000.030.91   0.01
XYZ73.325386.253413.6481
Yxy86.25340.42330.4979
Hunter Lab92.8727-21.597156.2979
CIE-Lab94.4206-17.377890.2880

#fdf518 color RGB value is (253,245,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110101 00011000
Octal 375 365 30
Decimal 253 245 24
Hex FD F5 18

RGB Percentages of Color #fdf518

%48.47
%46.93
%4.60

CMYK Percentages of Color #fdf518

%0
%3
%91
%1

Triadic Colors of #fdf518

#fdf518 #18fdf5 #f518fd

Analogous Colors of #fdf518

#fdf518 #93fd18 #fd8318

Monochromatic Colors of #fdf518

#fdf518

Complementary Color

#fdf518 #1820fd

#fdf518 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf518 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf518 Color CSS Codes

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

#fdf518 Text Font Color

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

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


#fdf518 Background Color

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

This div background color is #fdf518


#fdf518 Border Color

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

This div border color is #fdf518


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf518

Related Colors


Comments

No comments written yet.

Please login to write comment.