Color Hex Logo

#fec11d Color Hex

#FEC11D
(254,193,29)
0 Favorites   0 Comments

Color spaces of #fec11d

RGB 25419329
HSL0.120.990.55
HSV44°89°100°
CMYK 0.000.240.89   0.00
XYZ60.164859.29959.4373
Yxy59.29950.46670.4600
Hunter Lab77.00624.701046.6382
CIE-Lab81.45599.241679.5174

#fec11d color RGB value is (254,193,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000001 00011101
Octal 376 301 35
Decimal 254 193 29
Hex FE C1 1D

RGB Percentages of Color #fec11d

%53.36
%40.55
%6.09

CMYK Percentages of Color #fec11d

%0
%24
%89
%0

Triadic Colors of #fec11d

#fec11d #1dfec1 #c11dfe

Analogous Colors of #fec11d

#fec11d #cbfe1d #fe511d

Monochromatic Colors of #fec11d

#fec11d

Complementary Color

#fec11d #1d5afe

#fec11d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec11d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec11d Color CSS Codes

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

#fec11d Text Font Color

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

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


#fec11d Background Color

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

This div background color is #fec11d


#fec11d Border Color

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

This div border color is #fec11d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec11d


Comments

No comments written yet.

Please login to write comment.