Color Hex Logo

#fec105 Color Hex

#FEC105
(254,193,5)
0 Favorites   0 Comments

Color spaces of #fec105

RGB 2541935
HSL0.130.990.51
HSV45°98°100°
CMYK 0.000.240.98   0.00
XYZ59.970459.22178.4137
Yxy59.22170.47000.4641
Hunter Lab76.95564.430147.3867
CIE-Lab81.41338.962582.7672

#fec105 color RGB value is (254,193,5).

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

The process color (four color CMYK) of #fec105 color hex is 0.00, 0.24, 0.98, 0.00. Web safe color of #fec105 is #ffcc00. Color #fec105 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000001 00000101
Octal 376 301 5
Decimal 254 193 5
Hex FE C1 5

RGB Percentages of Color #fec105

%56.19
%42.70
%1.11

CMYK Percentages of Color #fec105

%0
%24
%98
%0

Triadic Colors of #fec105

#fec105 #05fec1 #c105fe

Analogous Colors of #fec105

#fec105 #bffe05 #fe4505

Monochromatic Colors of #fec105

#fec105

Complementary Color

#fec105 #0542fe

#fec105 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec105 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec105 Color CSS Codes

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

#fec105 Text Font Color

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

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


#fec105 Background Color

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

This div background color is #fec105


#fec105 Border Color

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

This div border color is #fec105


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec105


Comments

No comments written yet.

Please login to write comment.