Color Hex Logo

#fdf463 Color Hex

#FDF463
(253,244,99)
0 Favorites   0 Comments

Color spaces of #fdf463

RGB 25324499
HSL0.160.970.69
HSV56°61°99°
CMYK 0.000.040.61   0.01
XYZ75.110886.484924.5389
Yxy86.48490.40350.4646
Hunter Lab92.9973-18.576749.4534
CIE-Lab94.5193-14.110968.8399

#fdf463 color RGB value is (253,244,99).

#fdf463 hex color red value is 253, green value is 244 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #fdf463 hue: 0.16 , saturation: 0.97 and the lightness value of fdf463 is 0.69.

The process color (four color CMYK) of #fdf463 color hex is 0.00, 0.04, 0.61, 0.01. Web safe color of #fdf463 is #ffff66. Color #fdf463 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110100 01100011
Octal 375 364 143
Decimal 253 244 99
Hex FD F4 63

RGB Percentages of Color #fdf463

%42.45
%40.94
%16.61

CMYK Percentages of Color #fdf463

%0
%4
%61
%1

Triadic Colors of #fdf463

#fdf463 #63fdf4 #f463fd

Analogous Colors of #fdf463

#fdf463 #b9fd63 #fda763

Monochromatic Colors of #fdf463

#fdf463

Complementary Color

#fdf463 #636cfd

#fdf463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf463 Color CSS Codes

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

#fdf463 Text Font Color

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

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


#fdf463 Background Color

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

This div background color is #fdf463


#fdf463 Border Color

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

This div border color is #fdf463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf463


Comments

No comments written yet.

Please login to write comment.