Color Hex Logo

#fdf45f Color Hex

#FDF45F
(253,244,95)
0 Favorites   0 Comments

Color spaces of #fdf45f

RGB 25324495
HSL0.160.980.68
HSV57°62°99°
CMYK 0.000.040.62   0.01
XYZ74.924386.410223.5564
Yxy86.41020.40520.4674
Hunter Lab92.9571-18.802250.0452
CIE-Lab94.4875-14.356670.4316

#fdf45f color RGB value is (253,244,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110100 01011111
Octal 375 364 137
Decimal 253 244 95
Hex FD F4 5F

RGB Percentages of Color #fdf45f

%42.74
%41.22
%16.05

CMYK Percentages of Color #fdf45f

%0
%4
%62
%1

Triadic Colors of #fdf45f

#fdf45f #5ffdf4 #f45ffd

Analogous Colors of #fdf45f

#fdf45f #b7fd5f #fda55f

Monochromatic Colors of #fdf45f

#fdf45f

Complementary Color

#fdf45f #5f68fd

#fdf45f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf45f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf45f Color CSS Codes

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

#fdf45f Text Font Color

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

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


#fdf45f Background Color

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

This div background color is #fdf45f


#fdf45f Border Color

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

This div border color is #fdf45f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf45f

Related Colors


Comments

No comments written yet.

Please login to write comment.