Color Hex Logo

#fed55e Color Hex

#FED55E
(254,213,94)
0 Favorites   0 Comments

Color spaces of #fed55e

RGB 25421394
HSL0.120.990.68
HSV45°63°100°
CMYK 0.000.160.63   0.00
XYZ66.687769.467520.4834
Yxy69.46750.42570.4435
Hunter Lab83.3472-3.036243.7719
CIE-Lab86.73501.472662.5313

#fed55e color RGB value is (254,213,94).

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

The process color (four color CMYK) of #fed55e color hex is 0.00, 0.16, 0.63, 0.00. Web safe color of #fed55e is #ffcc66. Color #fed55e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010101 01011110
Octal 376 325 136
Decimal 254 213 94
Hex FE D5 5E

RGB Percentages of Color #fed55e

%45.28
%37.97
%16.76

CMYK Percentages of Color #fed55e

%0
%16
%63
%0

Triadic Colors of #fed55e

#fed55e #5efed5 #d55efe

Analogous Colors of #fed55e

#fed55e #d7fe5e #fe855e

Monochromatic Colors of #fed55e

#fed55e

Complementary Color

#fed55e #5e87fe

#fed55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed55e Color CSS Codes

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

#fed55e Text Font Color

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

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


#fed55e Background Color

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

This div background color is #fed55e


#fed55e Border Color

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

This div border color is #fed55e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed55e


Comments

No comments written yet.

Please login to write comment.