Color Hex Logo

#feda1f Color Hex

#FEDA1F
(254,218,31)
0 Favorites   0 Comments

Color spaces of #feda1f

RGB 25421831
HSL0.140.990.56
HSV50°88°100°
CMYK 0.000.140.88   0.00
XYZ66.191871.312611.5723
Yxy71.31260.44400.4784
Hunter Lab84.4468-7.868550.9879
CIE-Lab87.6367-3.517783.9476

#feda1f color RGB value is (254,218,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 00011111
Octal 376 332 37
Decimal 254 218 31
Hex FE DA 1F

RGB Percentages of Color #feda1f

%50.50
%43.34
%6.16

CMYK Percentages of Color #feda1f

%0
%14
%88
%0

Triadic Colors of #feda1f

#feda1f #1ffeda #da1ffe

Analogous Colors of #feda1f

#feda1f #b3fe1f #fe6b1f

Monochromatic Colors of #feda1f

#feda1f

Complementary Color

#feda1f #1f43fe

#feda1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feda1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feda1f Color CSS Codes

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

#feda1f Text Font Color

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

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


#feda1f Background Color

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

This div background color is #feda1f


#feda1f Border Color

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

This div border color is #feda1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feda1f

Related Colors


Comments

No comments written yet.

Please login to write comment.