Color Hex Logo

#fdf16c Color Hex

#FDF16C
(253,241,108)
0 Favorites   0 Comments

Color spaces of #fdf16c

RGB 253241108
HSL0.150.970.71
HSV55°57°99°
CMYK 0.000.050.57   0.01
XYZ74.670184.876026.6345
Yxy84.87600.40110.4559
Hunter Lab92.1282-16.549647.3488
CIE-Lab93.8297-12.044264.2804

#fdf16c color RGB value is (253,241,108).

#fdf16c hex color red value is 253, green value is 241 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #fdf16c hue: 0.15 , saturation: 0.97 and the lightness value of fdf16c is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110001 01101100
Octal 375 361 154
Decimal 253 241 108
Hex FD F1 6C

RGB Percentages of Color #fdf16c

%42.03
%40.03
%17.94

CMYK Percentages of Color #fdf16c

%0
%5
%57
%1

Triadic Colors of #fdf16c

#fdf16c #6cfdf1 #f16cfd

Analogous Colors of #fdf16c

#fdf16c #c1fd6c #fda96c

Monochromatic Colors of #fdf16c

#fdf16c

Complementary Color

#fdf16c #6c78fd

#fdf16c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf16c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf16c Color CSS Codes

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

#fdf16c Text Font Color

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

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


#fdf16c Background Color

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

This div background color is #fdf16c


#fdf16c Border Color

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

This div border color is #fdf16c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf16c


Comments

No comments written yet.

Please login to write comment.