Color Hex Logo

#fdf98d Color Hex

#FDF98D
(253,249,141)
0 Favorites   0 Comments

Color spaces of #fdf98d

RGB 253249141
HSL0.160.970.77
HSV58°44°99°
CMYK 0.000.020.44   0.01
XYZ79.191490.557138.5047
Yxy90.55710.38030.4348
Hunter Lab95.1615-17.988742.6228
CIE-Lab96.2274-13.249352.0634

#fdf98d color RGB value is (253,249,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111001 10001101
Octal 375 371 215
Decimal 253 249 141
Hex FD F9 8D

RGB Percentages of Color #fdf98d

%39.35
%38.72
%21.93

CMYK Percentages of Color #fdf98d

%0
%2
%44
%1

Triadic Colors of #fdf98d

#fdf98d #8dfdf9 #f98dfd

Analogous Colors of #fdf98d

#fdf98d #c9fd8d #fdc18d

Monochromatic Colors of #fdf98d

#fdf98d

Complementary Color

#fdf98d #8d91fd

#fdf98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf98d Color CSS Codes

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

#fdf98d Text Font Color

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

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


#fdf98d Background Color

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

This div background color is #fdf98d


#fdf98d Border Color

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

This div border color is #fdf98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf98d

Related Colors


Comments

No comments written yet.

Please login to write comment.