Color Hex Logo

#fff97d Color Hex

#FFF97D
(255,249,125)
0 Favorites   0 Comments

Color spaces of #fff97d

RGB 255249125
HSL0.161.000.75
HSV57°51°100°
CMYK 0.000.020.51   0.00
XYZ78.817490.492032.7146
Yxy90.49200.39010.4479
Hunter Lab95.1273-18.577246.1991
CIE-Lab96.2005-13.875259.4946

#fff97d color RGB value is (255,249,125).

#fff97d hex color red value is 255, green value is 249 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #fff97d hue: 0.16 , saturation: 1.00 and the lightness value of fff97d is 0.75.

The process color (four color CMYK) of #fff97d color hex is 0.00, 0.02, 0.51, 0.00. Web safe color of #fff97d is #ffff66. Color #fff97d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111001 01111101
Octal 377 371 175
Decimal 255 249 125
Hex FF F9 7D

RGB Percentages of Color #fff97d

%40.54
%39.59
%19.87

CMYK Percentages of Color #fff97d

%0
%2
%51
%0

Triadic Colors of #fff97d

#fff97d #7dfff9 #f97dff

Analogous Colors of #fff97d

#fff97d #c4ff7d #ffb87d

Monochromatic Colors of #fff97d

#fff97d

Complementary Color

#fff97d #7d83ff

#fff97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff97d Color CSS Codes

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

#fff97d Text Font Color

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

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


#fff97d Background Color

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

This div background color is #fff97d


#fff97d Border Color

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

This div border color is #fff97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff97d

Related Colors

#fff97d Color Palettes


Comments

No comments written yet.

Please login to write comment.