Color Hex Logo

#fecd1f Color Hex

#FECD1F
(254,205,31)
0 Favorites   0 Comments

Color spaces of #fecd1f

RGB 25420531
HSL0.130.990.56
HSV47°88°100°
CMYK 0.000.190.88   0.00
XYZ62.951764.832410.4923
Yxy64.83240.45530.4689
Hunter Lab80.5186-1.351148.6370
CIE-Lab84.39733.092381.4063

#fecd1f color RGB value is (254,205,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001101 00011111
Octal 376 315 37
Decimal 254 205 31
Hex FE CD 1F

RGB Percentages of Color #fecd1f

%51.84
%41.84
%6.33

CMYK Percentages of Color #fecd1f

%0
%19
%88
%0

Triadic Colors of #fecd1f

#fecd1f #1ffecd #cd1ffe

Analogous Colors of #fecd1f

#fecd1f #c0fe1f #fe5e1f

Monochromatic Colors of #fecd1f

#fecd1f

Complementary Color

#fecd1f #1f50fe

#fecd1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecd1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecd1f Color CSS Codes

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

#fecd1f Text Font Color

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

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


#fecd1f Background Color

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

This div background color is #fecd1f


#fecd1f Border Color

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

This div border color is #fecd1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecd1f


Comments

No comments written yet.

Please login to write comment.