Color Hex Logo

#fffd2f Color Hex

#FFFD2F
(255,253,47)
0 Favorites   0 Comments

Color spaces of #fffd2f

RGB 25525347
HSL0.171.000.59
HSV59°82°100°
CMYK 0.000.010.82   0.00
XYZ76.878491.715816.3403
Yxy91.71580.41570.4959
Hunter Lab95.7684-24.303156.9216
CIE-Lab96.7040-19.929788.0344

#fffd2f color RGB value is (255,253,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111101 00101111
Octal 377 375 57
Decimal 255 253 47
Hex FF FD 2F

RGB Percentages of Color #fffd2f

%45.95
%45.59
%8.47

CMYK Percentages of Color #fffd2f

%0
%1
%82
%0

Triadic Colors of #fffd2f

#fffd2f #2ffffd #fd2fff

Analogous Colors of #fffd2f

#fffd2f #99ff2f #ff952f

Monochromatic Colors of #fffd2f

#fffd2f

Complementary Color

#fffd2f #2f31ff

#fffd2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffd2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffd2f Color CSS Codes

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

#fffd2f Text Font Color

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

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


#fffd2f Background Color

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

This div background color is #fffd2f


#fffd2f Border Color

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

This div border color is #fffd2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffd2f

Related Colors


Comments

No comments written yet.

Please login to write comment.