Color Hex Logo

#fdf96d Color Hex

#FDF96D
(253,249,109)
0 Favorites   0 Comments

Color spaces of #fdf96d

RGB 253249109
HSL0.160.970.71
HSV58°57°99°
CMYK 0.000.020.57   0.01
XYZ77.144089.738127.7233
Yxy89.73810.39640.4611
Hunter Lab94.7302-20.415548.9596
CIE-Lab95.8880-15.876666.1477

#fdf96d color RGB value is (253,249,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111001 01101101
Octal 375 371 155
Decimal 253 249 109
Hex FD F9 6D

RGB Percentages of Color #fdf96d

%41.41
%40.75
%17.84

CMYK Percentages of Color #fdf96d

%0
%2
%57
%1

Triadic Colors of #fdf96d

#fdf96d #6dfdf9 #f96dfd

Analogous Colors of #fdf96d

#fdf96d #b9fd6d #fdb16d

Monochromatic Colors of #fdf96d

#fdf96d

Complementary Color

#fdf96d #6d71fd

#fdf96d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf96d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf96d Color CSS Codes

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

#fdf96d Text Font Color

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

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


#fdf96d Background Color

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

This div background color is #fdf96d


#fdf96d Border Color

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

This div border color is #fdf96d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf96d

Related Colors


Comments

No comments written yet.

Please login to write comment.