Color Hex Logo

#fffd4f Color Hex

#FFFD4F
(255,253,79)
0 Favorites   0 Comments

Color spaces of #fffd4f

RGB 25525379
HSL0.161.000.65
HSV59°69°100°
CMYK 0.000.010.69   0.00
XYZ77.776692.075121.0701
Yxy92.07510.40740.4823
Hunter Lab95.9558-23.240154.1501
CIE-Lab96.8510-18.756078.8888

#fffd4f color RGB value is (255,253,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111101 01001111
Octal 377 375 117
Decimal 255 253 79
Hex FF FD 4F

RGB Percentages of Color #fffd4f

%43.44
%43.10
%13.46

CMYK Percentages of Color #fffd4f

%0
%1
%69
%0

Triadic Colors of #fffd4f

#fffd4f #4ffffd #fd4fff

Analogous Colors of #fffd4f

#fffd4f #a9ff4f #ffa54f

Monochromatic Colors of #fffd4f

#fffd4f

Complementary Color

#fffd4f #4f51ff

#fffd4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffd4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffd4f Color CSS Codes

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

#fffd4f Text Font Color

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

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


#fffd4f Background Color

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

This div background color is #fffd4f


#fffd4f Border Color

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

This div border color is #fffd4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffd4f

Related Colors


Comments

No comments written yet.

Please login to write comment.