Color Hex Logo

#fdff9e Color Hex

#FDFF9E
(253,255,158)
0 Favorites   0 Comments

Color spaces of #fdff9e

RGB 253255158
HSL0.171.000.81
HSV61°38°100°
CMYK 0.010.000.38   0.00
XYZ82.439694.871346.3147
Yxy94.87130.36870.4242
Hunter Lab97.4019-19.373439.9889
CIE-Lab97.9820-14.465646.1085

#fdff9e color RGB value is (253,255,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111111 10011110
Octal 375 377 236
Decimal 253 255 158
Hex FD FF 9E

RGB Percentages of Color #fdff9e

%37.99
%38.29
%23.72

CMYK Percentages of Color #fdff9e

%1
%0
%38
%0

Triadic Colors of #fdff9e

#fdff9e #9efdff #ff9efd

Analogous Colors of #fdff9e

#fdff9e #cdff9e #ffd19e

Monochromatic Colors of #fdff9e

#fdff9e

Complementary Color

#fdff9e #a09eff

#fdff9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdff9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdff9e Color CSS Codes

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

#fdff9e Text Font Color

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

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


#fdff9e Background Color

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

This div background color is #fdff9e


#fdff9e Border Color

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

This div border color is #fdff9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdff9e

Related Colors

#fdff9e Color Palettes


Comments

No comments written yet.

Please login to write comment.