Color Hex Logo

#fdf803 Color Hex

#FDF803
(253,248,3)
0 Favorites   0 Comments

Color spaces of #fdf803

RGB 2532483
HSL0.160.980.50
HSV59°99°99°
CMYK 0.000.020.99   0.01
XYZ74.091988.024013.1714
Yxy88.02400.42270.5022
Hunter Lab93.8211-23.222957.3511
CIE-Lab95.1710-19.020092.7611

#fdf803 color RGB value is (253,248,3).

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

The process color (four color CMYK) of #fdf803 color hex is 0.00, 0.02, 0.99, 0.01. Web safe color of #fdf803 is #ffff00. Color #fdf803 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111000 00000011
Octal 375 370 3
Decimal 253 248 3
Hex FD F8 3

RGB Percentages of Color #fdf803

%50.20
%49.21
%0.60

CMYK Percentages of Color #fdf803

%0
%2
%99
%1

Triadic Colors of #fdf803

#fdf803 #03fdf8 #f803fd

Analogous Colors of #fdf803

#fdf803 #85fd03 #fd7b03

Monochromatic Colors of #fdf803

#fdf803

Complementary Color

#fdf803 #0308fd

#fdf803 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf803 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf803 Color CSS Codes

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

#fdf803 Text Font Color

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

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


#fdf803 Background Color

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

This div background color is #fdf803


#fdf803 Border Color

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

This div border color is #fdf803


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf803

Related Colors


Comments

No comments written yet.

Please login to write comment.