Color Hex Logo

#fed96d Color Hex

#FED96D
(254,217,109)
0 Favorites   0 Comments

Color spaces of #fed96d

RGB 254217109
HSL0.120.990.71
HSV45°57°100°
CMYK 0.000.150.57   0.00
XYZ68.446271.800724.7194
Yxy71.80070.41490.4352
Hunter Lab84.7353-4.100742.0183
CIE-Lab87.87260.440957.0824

#fed96d color RGB value is (254,217,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011001 01101101
Octal 376 331 155
Decimal 254 217 109
Hex FE D9 6D

RGB Percentages of Color #fed96d

%43.79
%37.41
%18.79

CMYK Percentages of Color #fed96d

%0
%15
%57
%0

Triadic Colors of #fed96d

#fed96d #6dfed9 #d96dfe

Analogous Colors of #fed96d

#fed96d #dbfe6d #fe916d

Monochromatic Colors of #fed96d

#fed96d

Complementary Color

#fed96d #6d92fe

#fed96d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed96d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed96d Color CSS Codes

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

#fed96d Text Font Color

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

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


#fed96d Background Color

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

This div background color is #fed96d


#fed96d Border Color

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

This div border color is #fed96d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,217,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed96d


Comments

No comments written yet.

Please login to write comment.