Color Hex Logo

#fde98d Color Hex

#FDE98D
(253,233,141)
0 Favorites   0 Comments

Color spaces of #fde98d

RGB 253233141
HSL0.140.970.77
HSV49°44°99°
CMYK 0.000.080.44   0.01
XYZ74.454681.083636.9258
Yxy81.08360.38680.4213
Hunter Lab90.0464-9.989138.7191
CIE-Lab92.1689-5.330047.0262

#fde98d color RGB value is (253,233,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101001 10001101
Octal 375 351 215
Decimal 253 233 141
Hex FD E9 8D

RGB Percentages of Color #fde98d

%40.35
%37.16
%22.49

CMYK Percentages of Color #fde98d

%0
%8
%44
%1

Triadic Colors of #fde98d

#fde98d #8dfde9 #e98dfd

Analogous Colors of #fde98d

#fde98d #d9fd8d #fdb18d

Monochromatic Colors of #fde98d

#fde98d

Complementary Color

#fde98d #8da1fd

#fde98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde98d Color CSS Codes

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

#fde98d Text Font Color

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

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


#fde98d Background Color

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

This div background color is #fde98d


#fde98d Border Color

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

This div border color is #fde98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde98d


Comments

No comments written yet.

Please login to write comment.