Color Hex Logo

#feda49 Color Hex

#FEDA49
(254,218,73)
0 Favorites   0 Comments

Color spaces of #feda49

RGB 25421873
HSL0.130.990.64
HSV48°71°100°
CMYK 0.000.140.71   0.00
XYZ67.147171.694716.6028
Yxy71.69470.43200.4612
Hunter Lab84.6727-6.623347.6452
CIE-Lab87.8214-2.192272.1535

#feda49 color RGB value is (254,218,73).

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

The process color (four color CMYK) of #feda49 color hex is 0.00, 0.14, 0.71, 0.00. Web safe color of #feda49 is #ffcc33. Color #feda49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 01001001
Octal 376 332 111
Decimal 254 218 73
Hex FE DA 49

RGB Percentages of Color #feda49

%46.61
%40.00
%13.39

CMYK Percentages of Color #feda49

%0
%14
%71
%0

Triadic Colors of #feda49

#feda49 #49feda #da49fe

Analogous Colors of #feda49

#feda49 #c8fe49 #fe8049

Monochromatic Colors of #feda49

#feda49

Complementary Color

#feda49 #496dfe

#feda49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feda49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feda49 Color CSS Codes

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

#feda49 Text Font Color

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

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


#feda49 Background Color

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

This div background color is #feda49


#feda49 Border Color

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

This div border color is #feda49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feda49


Comments

No comments written yet.

Please login to write comment.