Color Hex Logo

#fed04e Color Hex

#FED04E
(254,208,78)
0 Favorites   0 Comments

Color spaces of #fed04e

RGB 25420878
HSL0.120.990.65
HSV44°69°100°
CMYK 0.000.180.69   0.00
XYZ64.804166.732616.6729
Yxy66.73260.43720.4503
Hunter Lab81.6900-1.354845.0820
CIE-Lab85.36873.138867.7745

#fed04e color RGB value is (254,208,78).

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

The process color (four color CMYK) of #fed04e color hex is 0.00, 0.18, 0.69, 0.00. Web safe color of #fed04e is #ffcc66. Color #fed04e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010000 01001110
Octal 376 320 116
Decimal 254 208 78
Hex FE D0 4E

RGB Percentages of Color #fed04e

%47.04
%38.52
%14.44

CMYK Percentages of Color #fed04e

%0
%18
%69
%0

Triadic Colors of #fed04e

#fed04e #4efed0 #d04efe

Analogous Colors of #fed04e

#fed04e #d4fe4e #fe784e

Monochromatic Colors of #fed04e

#fed04e

Complementary Color

#fed04e #4e7cfe

#fed04e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed04e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed04e Color CSS Codes

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

#fed04e Text Font Color

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

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


#fed04e Background Color

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

This div background color is #fed04e


#fed04e Border Color

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

This div border color is #fed04e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed04e


Comments

No comments written yet.

Please login to write comment.