Color Hex Logo

#fdfa9e Color Hex

#FDFA9E
(253,250,158)
0 Favorites   0 Comments

Color spaces of #fdfa9e

RGB 253250158
HSL0.160.960.81
HSV58°38°99°
CMYK 0.000.010.38   0.01
XYZ80.865291.722545.7899
Yxy91.72250.37030.4200
Hunter Lab95.7719-16.883938.6929
CIE-Lab96.7068-12.023944.4801

#fdfa9e color RGB value is (253,250,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111010 10011110
Octal 375 372 236
Decimal 253 250 158
Hex FD FA 9E

RGB Percentages of Color #fdfa9e

%38.28
%37.82
%23.90

CMYK Percentages of Color #fdfa9e

%0
%1
%38
%1

Triadic Colors of #fdfa9e

#fdfa9e #9efdfa #fa9efd

Analogous Colors of #fdfa9e

#fdfa9e #d1fd9e #fdcb9e

Monochromatic Colors of #fdfa9e

#fdfa9e

Complementary Color

#fdfa9e #9ea1fd

#fdfa9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfa9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfa9e Color CSS Codes

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

#fdfa9e Text Font Color

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

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


#fdfa9e Background Color

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

This div background color is #fdfa9e


#fdfa9e Border Color

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

This div border color is #fdfa9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfa9e

#fdfa9e Color Palettes


Comments

No comments written yet.

Please login to write comment.