Color Hex Logo

#feda0e Color Hex

#FEDA0E
(254,218,14)
0 Favorites   0 Comments

Color spaces of #feda0e

RGB 25421814
HSL0.140.990.53
HSV51°94°100°
CMYK 0.000.140.94   0.00
XYZ66.023771.245310.6874
Yxy71.24530.44620.4815
Hunter Lab84.4069-8.088251.5777
CIE-Lab87.6040-3.752786.3704

#feda0e color RGB value is (254,218,14).

#feda0e hex color red value is 254, green value is 218 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #feda0e hue: 0.14 , saturation: 0.99 and the lightness value of feda0e is 0.53.

The process color (four color CMYK) of #feda0e color hex is 0.00, 0.14, 0.94, 0.00. Web safe color of #feda0e is #ffcc00. Color #feda0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 00001110
Octal 376 332 16
Decimal 254 218 14
Hex FE DA E

RGB Percentages of Color #feda0e

%52.26
%44.86
%2.88

CMYK Percentages of Color #feda0e

%0
%14
%94
%0

Triadic Colors of #feda0e

#feda0e #0efeda #da0efe

Analogous Colors of #feda0e

#feda0e #aafe0e #fe620e

Monochromatic Colors of #feda0e

#feda0e

Complementary Color

#feda0e #0e32fe

#feda0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feda0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#feda0e Color CSS Codes

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

#feda0e Text Font Color

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

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


#feda0e Background Color

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

This div background color is #feda0e


#feda0e Border Color

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

This div border color is #feda0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feda0e


Comments

No comments written yet.

Please login to write comment.