Color Hex Logo

#fedf1f Color Hex

#FEDF1F
(254,223,31)
0 Favorites   0 Comments

Color spaces of #fedf1f

RGB 25422331
HSL0.140.990.56
HSV52°88°100°
CMYK 0.000.120.88   0.00
XYZ67.508073.945112.0111
Yxy73.94510.43990.4818
Hunter Lab85.9913-10.352451.9124
CIE-Lab88.8965-6.029984.9372

#fedf1f color RGB value is (254,223,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 00011111
Octal 376 337 37
Decimal 254 223 31
Hex FE DF 1F

RGB Percentages of Color #fedf1f

%50.00
%43.90
%6.10

CMYK Percentages of Color #fedf1f

%0
%12
%88
%0

Triadic Colors of #fedf1f

#fedf1f #1ffedf #df1ffe

Analogous Colors of #fedf1f

#fedf1f #aefe1f #fe701f

Monochromatic Colors of #fedf1f

#fedf1f

Complementary Color

#fedf1f #1f3efe

#fedf1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedf1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedf1f Color CSS Codes

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

#fedf1f Text Font Color

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

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


#fedf1f Background Color

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

This div background color is #fedf1f


#fedf1f Border Color

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

This div border color is #fedf1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedf1f

Related Colors


Comments

No comments written yet.

Please login to write comment.