Color Hex Logo

#fec411 Color Hex

#FEC411
(254,196,17)
0 Favorites   0 Comments

Color spaces of #fec411

RGB 25419617
HSL0.130.990.53
HSV45°93°100°
CMYK 0.000.230.93   0.00
XYZ60.714260.59129.0256
Yxy60.59120.46580.4649
Hunter Lab77.84033.006547.6136
CIE-Lab82.15857.516282.0350

#fec411 color RGB value is (254,196,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000100 00010001
Octal 376 304 21
Decimal 254 196 17
Hex FE C4 11

RGB Percentages of Color #fec411

%54.39
%41.97
%3.64

CMYK Percentages of Color #fec411

%0
%23
%93
%0

Triadic Colors of #fec411

#fec411 #11fec4 #c411fe

Analogous Colors of #fec411

#fec411 #c2fe11 #fe4e11

Monochromatic Colors of #fec411

#fec411

Complementary Color

#fec411 #114bfe

#fec411 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec411 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec411 Color CSS Codes

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

#fec411 Text Font Color

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

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


#fec411 Background Color

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

This div background color is #fec411


#fec411 Border Color

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

This div border color is #fec411


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec411

Related Colors


Comments

No comments written yet.

Please login to write comment.