Color Hex Logo

#fdf57c Color Hex

#FDF57C
(253,245,124)
0 Favorites   0 Comments

Color spaces of #fdf57c

RGB 253245124
HSL0.160.970.74
HSV56°51°99°
CMYK 0.000.030.51   0.01
XYZ76.798587.642731.9378
Yxy87.64270.39110.4463
Hunter Lab93.6177-17.399945.3055
CIE-Lab95.0103-12.790658.5113

#fdf57c color RGB value is (253,245,124).

#fdf57c hex color red value is 253, green value is 245 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #fdf57c hue: 0.16 , saturation: 0.97 and the lightness value of fdf57c is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110101 01111100
Octal 375 365 174
Decimal 253 245 124
Hex FD F5 7C

RGB Percentages of Color #fdf57c

%40.68
%39.39
%19.94

CMYK Percentages of Color #fdf57c

%0
%3
%51
%1

Triadic Colors of #fdf57c

#fdf57c #7cfdf5 #f57cfd

Analogous Colors of #fdf57c

#fdf57c #c5fd7c #fdb57c

Monochromatic Colors of #fdf57c

#fdf57c

Complementary Color

#fdf57c #7c84fd

#fdf57c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf57c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf57c Color CSS Codes

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

#fdf57c Text Font Color

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

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


#fdf57c Background Color

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

This div background color is #fdf57c


#fdf57c Border Color

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

This div border color is #fdf57c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf57c

Related Colors


Comments

No comments written yet.

Please login to write comment.