Color Hex Logo

#fedb49 Color Hex

#FEDB49
(254,219,73)
0 Favorites   0 Comments

Color spaces of #fedb49

RGB 25421973
HSL0.130.990.64
HSV48°71°100°
CMYK 0.000.140.71   0.00
XYZ67.407272.214916.6895
Yxy72.21490.43120.4620
Hunter Lab84.9794-7.124347.8413
CIE-Lab88.0719-2.697772.3997

#fedb49 color RGB value is (254,219,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 01001001
Octal 376 333 111
Decimal 254 219 73
Hex FE DB 49

RGB Percentages of Color #fedb49

%46.52
%40.11
%13.37

CMYK Percentages of Color #fedb49

%0
%14
%71
%0

Triadic Colors of #fedb49

#fedb49 #49fedb #db49fe

Analogous Colors of #fedb49

#fedb49 #c7fe49 #fe8149

Monochromatic Colors of #fedb49

#fedb49

Complementary Color

#fedb49 #496cfe

#fedb49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedb49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedb49 Color CSS Codes

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

#fedb49 Text Font Color

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

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


#fedb49 Background Color

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

This div background color is #fedb49


#fedb49 Border Color

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

This div border color is #fedb49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedb49


Comments

No comments written yet.

Please login to write comment.