Color Hex Logo

#fed904 Color Hex

#FED904
(254,217,4)
0 Favorites   0 Comments

Color spaces of #fed904

RGB 2542174
HSL0.140.990.51
HSV51°98°100°
CMYK 0.000.150.98   0.00
XYZ65.707870.705310.2992
Yxy70.70530.44790.4819
Hunter Lab84.0864-7.665751.5985
CIE-Lab87.3416-3.328987.0488

#fed904 color RGB value is (254,217,4).

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

The process color (four color CMYK) of #fed904 color hex is 0.00, 0.15, 0.98, 0.00. Web safe color of #fed904 is #ffcc00. Color #fed904 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011001 00000100
Octal 376 331 4
Decimal 254 217 4
Hex FE D9 4

RGB Percentages of Color #fed904

%53.47
%45.68
%0.84

CMYK Percentages of Color #fed904

%0
%15
%98
%0

Triadic Colors of #fed904

#fed904 #04fed9 #d904fe

Analogous Colors of #fed904

#fed904 #a6fe04 #fe5c04

Monochromatic Colors of #fed904

#fed904

Complementary Color

#fed904 #0429fe

#fed904 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed904 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed904 Color CSS Codes

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

#fed904 Text Font Color

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

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


#fed904 Background Color

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

This div background color is #fed904


#fed904 Border Color

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

This div border color is #fed904


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed904


Comments

No comments written yet.

Please login to write comment.