Color Hex Logo

#fed96e Color Hex

#FED96E
(254,217,110)
0 Favorites   0 Comments

Color spaces of #fed96e

RGB 254217110
HSL0.120.990.71
HSV45°57°100°
CMYK 0.000.150.57   0.00
XYZ68.500471.822325.0046
Yxy71.82230.41430.4344
Hunter Lab84.7480-4.030541.8303
CIE-Lab87.88300.514256.6329

#fed96e color RGB value is (254,217,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011001 01101110
Octal 376 331 156
Decimal 254 217 110
Hex FE D9 6E

RGB Percentages of Color #fed96e

%43.72
%37.35
%18.93

CMYK Percentages of Color #fed96e

%0
%15
%57
%0

Triadic Colors of #fed96e

#fed96e #6efed9 #d96efe

Analogous Colors of #fed96e

#fed96e #dbfe6e #fe916e

Monochromatic Colors of #fed96e

#fed96e

Complementary Color

#fed96e #6e93fe

#fed96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed96e Color CSS Codes

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

#fed96e Text Font Color

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

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


#fed96e Background Color

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

This div background color is #fed96e


#fed96e Border Color

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

This div border color is #fed96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed96e


Comments

No comments written yet.

Please login to write comment.