Color Hex Logo

#fecb11 Color Hex

#FECB11
(254,203,17)
0 Favorites   0 Comments

Color spaces of #fecb11

RGB 25420317
HSL0.130.990.53
HSV47°93°100°
CMYK 0.000.200.93   0.00
XYZ62.330263.82329.5643
Yxy63.82320.45930.4703
Hunter Lab79.8894-0.539748.8244
CIE-Lab83.87363.910483.2906

#fecb11 color RGB value is (254,203,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001011 00010001
Octal 376 313 21
Decimal 254 203 17
Hex FE CB 11

RGB Percentages of Color #fecb11

%53.59
%42.83
%3.59

CMYK Percentages of Color #fecb11

%0
%20
%93
%0

Triadic Colors of #fecb11

#fecb11 #11fecb #cb11fe

Analogous Colors of #fecb11

#fecb11 #bbfe11 #fe5411

Monochromatic Colors of #fecb11

#fecb11

Complementary Color

#fecb11 #1144fe

#fecb11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecb11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecb11 Color CSS Codes

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

#fecb11 Text Font Color

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

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


#fecb11 Background Color

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

This div background color is #fecb11


#fecb11 Border Color

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

This div border color is #fecb11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecb11

Related Colors


Comments

No comments written yet.

Please login to write comment.