Color Hex Logo

#fdf96a Color Hex

#FDF96A
(253,249,106)
0 Favorites   0 Comments

Color spaces of #fdf96a

RGB 253249106
HSL0.160.970.70
HSV58°58°99°
CMYK 0.000.020.58   0.01
XYZ76.985289.674626.8870
Yxy89.67460.39780.4633
Hunter Lab94.6967-20.604749.4536
CIE-Lab95.8616-16.083167.3898

#fdf96a color RGB value is (253,249,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111001 01101010
Octal 375 371 152
Decimal 253 249 106
Hex FD F9 6A

RGB Percentages of Color #fdf96a

%41.61
%40.95
%17.43

CMYK Percentages of Color #fdf96a

%0
%2
%58
%1

Triadic Colors of #fdf96a

#fdf96a #6afdf9 #f96afd

Analogous Colors of #fdf96a

#fdf96a #b8fd6a #fdb06a

Monochromatic Colors of #fdf96a

#fdf96a

Complementary Color

#fdf96a #6a6efd

#fdf96a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf96a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf96a Color CSS Codes

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

#fdf96a Text Font Color

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

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


#fdf96a Background Color

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

This div background color is #fdf96a


#fdf96a Border Color

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

This div border color is #fdf96a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf96a

Related Colors


Comments

No comments written yet.

Please login to write comment.