Color Hex Logo

#fed05e Color Hex

#FED05E
(254,208,94)
0 Favorites   0 Comments

Color spaces of #fed05e

RGB 25420894
HSL0.120.990.68
HSV43°63°100°
CMYK 0.000.180.63   0.00
XYZ65.449366.990720.0706
Yxy66.99070.42910.4393
Hunter Lab81.8478-0.496942.7545
CIE-Lab85.49924.031961.1757

#fed05e color RGB value is (254,208,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010000 01011110
Octal 376 320 136
Decimal 254 208 94
Hex FE D0 5E

RGB Percentages of Color #fed05e

%45.68
%37.41
%16.91

CMYK Percentages of Color #fed05e

%0
%18
%63
%0

Triadic Colors of #fed05e

#fed05e #5efed0 #d05efe

Analogous Colors of #fed05e

#fed05e #dcfe5e #fe805e

Monochromatic Colors of #fed05e

#fed05e

Complementary Color

#fed05e #5e8cfe

#fed05e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed05e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed05e Color CSS Codes

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

#fed05e Text Font Color

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

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


#fed05e Background Color

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

This div background color is #fed05e


#fed05e Border Color

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

This div border color is #fed05e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed05e


Comments

No comments written yet.

Please login to write comment.