Color Hex Logo

#fdf018 Color Hex

#FDF018
(253,240,24)
0 Favorites   0 Comments

Color spaces of #fdf018

RGB 25324024
HSL0.160.980.54
HSV57°91°99°
CMYK 0.000.050.91   0.01
XYZ71.833083.268813.1506
Yxy83.26880.42690.4949
Hunter Lab91.2517-19.176155.3317
CIE-Lab93.1320-14.955889.2976

#fdf018 color RGB value is (253,240,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110000 00011000
Octal 375 360 30
Decimal 253 240 24
Hex FD F0 18

RGB Percentages of Color #fdf018

%48.94
%46.42
%4.64

CMYK Percentages of Color #fdf018

%0
%5
%91
%1

Triadic Colors of #fdf018

#fdf018 #18fdf0 #f018fd

Analogous Colors of #fdf018

#fdf018 #98fd18 #fd7e18

Monochromatic Colors of #fdf018

#fdf018

Complementary Color

#fdf018 #1825fd

#fdf018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf018 Color CSS Codes

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

#fdf018 Text Font Color

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

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


#fdf018 Background Color

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

This div background color is #fdf018


#fdf018 Border Color

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

This div border color is #fdf018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf018

Related Colors


Comments

No comments written yet.

Please login to write comment.