Color Hex Logo

#fed97d Color Hex

#FED97D
(254,217,125)
0 Favorites   0 Comments

Color spaces of #fed97d

RGB 254217125
HSL0.120.980.74
HSV43°51°100°
CMYK 0.000.150.51   0.00
XYZ69.387672.177229.6765
Yxy72.17720.40520.4215
Hunter Lab84.9572-2.887638.7593
CIE-Lab88.05381.705049.7307

#fed97d color RGB value is (254,217,125).

#fed97d hex color red value is 254, green value is 217 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #fed97d hue: 0.12 , saturation: 0.98 and the lightness value of fed97d is 0.74.

The process color (four color CMYK) of #fed97d color hex is 0.00, 0.15, 0.51, 0.00. Web safe color of #fed97d is #ffcc66. Color #fed97d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011001 01111101
Octal 376 331 175
Decimal 254 217 125
Hex FE D9 7D

RGB Percentages of Color #fed97d

%42.62
%36.41
%20.97

CMYK Percentages of Color #fed97d

%0
%15
%51
%0

Triadic Colors of #fed97d

#fed97d #7dfed9 #d97dfe

Analogous Colors of #fed97d

#fed97d #e3fe7d #fe997d

Monochromatic Colors of #fed97d

#fed97d

Complementary Color

#fed97d #7da2fe

#fed97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed97d Color CSS Codes

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

#fed97d Text Font Color

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

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


#fed97d Background Color

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

This div background color is #fed97d


#fed97d Border Color

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

This div border color is #fed97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed97d


Comments

No comments written yet.

Please login to write comment.