Color Hex Logo

#fffd3f Color Hex

#FFFD3F
(255,253,63)
0 Favorites   0 Comments

Color spaces of #fffd3f

RGB 25525363
HSL0.161.000.62
HSV59°75°100°
CMYK 0.000.010.75   0.00
XYZ77.262591.869418.3630
Yxy91.86940.41210.4900
Hunter Lab95.8485-23.847955.7350
CIE-Lab96.7669-19.426283.9268

#fffd3f color RGB value is (255,253,63).

#fffd3f hex color red value is 255, green value is 253 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #fffd3f hue: 0.16 , saturation: 1.00 and the lightness value of fffd3f is 0.62.

The process color (four color CMYK) of #fffd3f color hex is 0.00, 0.01, 0.75, 0.00. Web safe color of #fffd3f is #ffff33. Color #fffd3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111101 00111111
Octal 377 375 77
Decimal 255 253 63
Hex FF FD 3F

RGB Percentages of Color #fffd3f

%44.66
%44.31
%11.03

CMYK Percentages of Color #fffd3f

%0
%1
%75
%0

Triadic Colors of #fffd3f

#fffd3f #3ffffd #fd3fff

Analogous Colors of #fffd3f

#fffd3f #a1ff3f #ff9d3f

Monochromatic Colors of #fffd3f

#fffd3f

Complementary Color

#fffd3f #3f41ff

#fffd3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffd3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffd3f Color CSS Codes

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

#fffd3f Text Font Color

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

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


#fffd3f Background Color

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

This div background color is #fffd3f


#fffd3f Border Color

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

This div border color is #fffd3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffd3f

Related Colors

#fffd3f Color Palettes


Comments

No comments written yet.

Please login to write comment.