Color Hex Logo

#fdf98a Color Hex

#FDF98A
(253,249,138)
0 Favorites   0 Comments

Color spaces of #fdf98a

RGB 253249138
HSL0.160.970.77
HSV58°45°99°
CMYK 0.000.020.45   0.01
XYZ78.971190.469037.3448
Yxy90.46900.38190.4375
Hunter Lab95.1152-18.248843.3018
CIE-Lab96.1910-13.529053.4353

#fdf98a color RGB value is (253,249,138).

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

The process color (four color CMYK) of #fdf98a color hex is 0.00, 0.02, 0.45, 0.01. Web safe color of #fdf98a is #ffff99. Color #fdf98a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111001 10001010
Octal 375 371 212
Decimal 253 249 138
Hex FD F9 8A

RGB Percentages of Color #fdf98a

%39.53
%38.91
%21.56

CMYK Percentages of Color #fdf98a

%0
%2
%45
%1

Triadic Colors of #fdf98a

#fdf98a #8afdf9 #f98afd

Analogous Colors of #fdf98a

#fdf98a #c8fd8a #fdc08a

Monochromatic Colors of #fdf98a

#fdf98a

Complementary Color

#fdf98a #8a8efd

#fdf98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf98a Color CSS Codes

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

#fdf98a Text Font Color

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

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


#fdf98a Background Color

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

This div background color is #fdf98a


#fdf98a Border Color

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

This div border color is #fdf98a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf98a


Comments

No comments written yet.

Please login to write comment.