Color Hex Logo

#fec91b Color Hex

#FEC91B
(254,201,27)
0 Favorites   0 Comments

Color spaces of #fec91b

RGB 25420127
HSL0.130.990.55
HSV46°89°100°
CMYK 0.000.210.89   0.00
XYZ61.957562.92339.9168
Yxy62.92330.45960.4668
Hunter Lab79.32420.603048.1147
CIE-Lab83.40205.075781.3984

#fec91b color RGB value is (254,201,27).

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

The process color (four color CMYK) of #fec91b color hex is 0.00, 0.21, 0.89, 0.00. Web safe color of #fec91b is #ffcc33. Color #fec91b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001001 00011011
Octal 376 311 33
Decimal 254 201 27
Hex FE C9 1B

RGB Percentages of Color #fec91b

%52.70
%41.70
%5.60

CMYK Percentages of Color #fec91b

%0
%21
%89
%0

Triadic Colors of #fec91b

#fec91b #1bfec9 #c91bfe

Analogous Colors of #fec91b

#fec91b #c2fe1b #fe581b

Monochromatic Colors of #fec91b

#fec91b

Complementary Color

#fec91b #1b50fe

#fec91b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec91b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec91b Color CSS Codes

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

#fec91b Text Font Color

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

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


#fec91b Background Color

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

This div background color is #fec91b


#fec91b Border Color

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

This div border color is #fec91b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec91b


Comments

No comments written yet.

Please login to write comment.