Color Hex Logo

#fdf99e Color Hex

#FDF99E
(253,249,158)
0 Favorites   0 Comments

Color spaces of #fdf99e

RGB 253249158
HSL0.160.960.81
HSV57°38°99°
CMYK 0.000.020.38   0.01
XYZ80.555291.102645.6866
Yxy91.10260.37060.4192
Hunter Lab95.4477-16.384438.4339
CIE-Lab96.4523-11.533244.1541

#fdf99e color RGB value is (253,249,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111001 10011110
Octal 375 371 236
Decimal 253 249 158
Hex FD F9 9E

RGB Percentages of Color #fdf99e

%38.33
%37.73
%23.94

CMYK Percentages of Color #fdf99e

%0
%2
%38
%1

Triadic Colors of #fdf99e

#fdf99e #9efdf9 #f99efd

Analogous Colors of #fdf99e

#fdf99e #d2fd9e #fdca9e

Monochromatic Colors of #fdf99e

#fdf99e

Complementary Color

#fdf99e #9ea2fd

#fdf99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf99e Color CSS Codes

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

#fdf99e Text Font Color

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

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


#fdf99e Background Color

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

This div background color is #fdf99e


#fdf99e Border Color

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

This div border color is #fdf99e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf99e

Related Colors


Comments

No comments written yet.

Please login to write comment.