Color Hex Logo

#fdf85f Color Hex

#FDF85F
(253,248,95)
0 Favorites   0 Comments

Color spaces of #fdf85f

RGB 25324895
HSL0.160.980.68
HSV58°62°99°
CMYK 0.000.020.62   0.01
XYZ76.141088.843723.9620
Yxy88.84370.40300.4702
Hunter Lab94.2569-20.756950.9072
CIE-Lab95.5151-16.299271.5181

#fdf85f color RGB value is (253,248,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111000 01011111
Octal 375 370 137
Decimal 253 248 95
Hex FD F8 5F

RGB Percentages of Color #fdf85f

%42.45
%41.61
%15.94

CMYK Percentages of Color #fdf85f

%0
%2
%62
%1

Triadic Colors of #fdf85f

#fdf85f #5ffdf8 #f85ffd

Analogous Colors of #fdf85f

#fdf85f #b3fd5f #fda95f

Monochromatic Colors of #fdf85f

#fdf85f

Complementary Color

#fdf85f #5f64fd

#fdf85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf85f Color CSS Codes

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

#fdf85f Text Font Color

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

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


#fdf85f Background Color

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

This div background color is #fdf85f


#fdf85f Border Color

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

This div border color is #fdf85f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,248,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 #fdf85f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf85f


Comments

No comments written yet.

Please login to write comment.