Color Hex Logo

#fec511 Color Hex

#FEC511
(254,197,17)
0 Favorites   0 Comments

Color spaces of #fec511

RGB 25419717
HSL0.130.990.53
HSV46°93°100°
CMYK 0.000.220.93   0.00
XYZ60.940561.04389.1010
Yxy61.04380.46490.4657
Hunter Lab78.13052.498647.7850
CIE-Lab82.40236.999782.2132

#fec511 color RGB value is (254,197,17).

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

The process color (four color CMYK) of #fec511 color hex is 0.00, 0.22, 0.93, 0.00. Web safe color of #fec511 is #ffcc00. Color #fec511 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000101 00010001
Octal 376 305 21
Decimal 254 197 17
Hex FE C5 11

RGB Percentages of Color #fec511

%54.27
%42.09
%3.63

CMYK Percentages of Color #fec511

%0
%22
%93
%0

Triadic Colors of #fec511

#fec511 #11fec5 #c511fe

Analogous Colors of #fec511

#fec511 #c1fe11 #fe4f11

Monochromatic Colors of #fec511

#fec511

Complementary Color

#fec511 #114afe

#fec511 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec511 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec511 Color CSS Codes

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

#fec511 Text Font Color

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

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


#fec511 Background Color

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

This div background color is #fec511


#fec511 Border Color

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

This div border color is #fec511


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec511


Comments

No comments written yet.

Please login to write comment.