Color Hex Logo

#feda04 Color Hex

#FEDA04
(254,218,4)
0 Favorites   0 Comments

Color spaces of #feda04

RGB 2542184
HSL0.140.990.51
HSV51°98°100°
CMYK 0.000.140.98   0.00
XYZ65.966471.222410.3854
Yxy71.22240.44700.4826
Hunter Lab84.3934-8.163251.7792
CIE-Lab87.5929-3.832987.2286

#feda04 color RGB value is (254,218,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 00000100
Octal 376 332 4
Decimal 254 218 4
Hex FE DA 4

RGB Percentages of Color #feda04

%53.36
%45.80
%0.84

CMYK Percentages of Color #feda04

%0
%14
%98
%0

Triadic Colors of #feda04

#feda04 #04feda #da04fe

Analogous Colors of #feda04

#feda04 #a5fe04 #fe5d04

Monochromatic Colors of #feda04

#feda04

Complementary Color

#feda04 #0428fe

#feda04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feda04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feda04 Color CSS Codes

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

#feda04 Text Font Color

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

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


#feda04 Background Color

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

This div background color is #feda04


#feda04 Border Color

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

This div border color is #feda04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feda04


Comments

No comments written yet.

Please login to write comment.