Color Hex Logo

#fedb4e Color Hex

#FEDB4E
(254,219,78)
0 Favorites   0 Comments

Color spaces of #fedb4e

RGB 25421978
HSL0.130.990.65
HSV48°69°100°
CMYK 0.000.140.69   0.00
XYZ67.579772.283917.5981
Yxy72.28390.42920.4591
Hunter Lab85.0199-6.900847.2416
CIE-Lab88.1051-2.460570.5487

#fedb4e color RGB value is (254,219,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 01001110
Octal 376 333 116
Decimal 254 219 78
Hex FE DB 4E

RGB Percentages of Color #fedb4e

%46.10
%39.75
%14.16

CMYK Percentages of Color #fedb4e

%0
%14
%69
%0

Triadic Colors of #fedb4e

#fedb4e #4efedb #db4efe

Analogous Colors of #fedb4e

#fedb4e #c9fe4e #fe834e

Monochromatic Colors of #fedb4e

#fedb4e

Complementary Color

#fedb4e #4e71fe

#fedb4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedb4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedb4e Color CSS Codes

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

#fedb4e Text Font Color

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

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


#fedb4e Background Color

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

This div background color is #fedb4e


#fedb4e Border Color

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

This div border color is #fedb4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedb4e


Comments

No comments written yet.

Please login to write comment.