Color Hex Logo

#fdf96c Color Hex

#FDF96C
(253,249,108)
0 Favorites   0 Comments

Color spaces of #fdf96c

RGB 253249108
HSL0.160.970.71
HSV58°57°99°
CMYK 0.000.020.57   0.01
XYZ77.090589.716727.4413
Yxy89.71670.39690.4619
Hunter Lab94.7189-20.479249.1261
CIE-Lab95.8791-15.946166.5636

#fdf96c color RGB value is (253,249,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111001 01101100
Octal 375 371 154
Decimal 253 249 108
Hex FD F9 6C

RGB Percentages of Color #fdf96c

%41.48
%40.82
%17.70

CMYK Percentages of Color #fdf96c

%0
%2
%57
%1

Triadic Colors of #fdf96c

#fdf96c #6cfdf9 #f96cfd

Analogous Colors of #fdf96c

#fdf96c #b9fd6c #fdb16c

Monochromatic Colors of #fdf96c

#fdf96c

Complementary Color

#fdf96c #6c70fd

#fdf96c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf96c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf96c Color CSS Codes

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

#fdf96c Text Font Color

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

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


#fdf96c Background Color

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

This div background color is #fdf96c


#fdf96c Border Color

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

This div border color is #fdf96c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf96c

Related Colors


Comments

No comments written yet.

Please login to write comment.