Color Hex Logo

#fec126 Color Hex

#FEC126
(254,193,38)
0 Favorites   0 Comments

Color spaces of #fec126

RGB 25419338
HSL0.120.990.57
HSV43°85°100°
CMYK 0.000.240.85   0.00
XYZ60.292959.350710.1118
Yxy59.35070.46470.4574
Hunter Lab77.03944.879546.1455
CIE-Lab81.48409.425277.5055

#fec126 color RGB value is (254,193,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000001 00100110
Octal 376 301 46
Decimal 254 193 38
Hex FE C1 26

RGB Percentages of Color #fec126

%52.37
%39.79
%7.84

CMYK Percentages of Color #fec126

%0
%24
%85
%0

Triadic Colors of #fec126

#fec126 #26fec1 #c126fe

Analogous Colors of #fec126

#fec126 #cffe26 #fe5526

Monochromatic Colors of #fec126

#fec126

Complementary Color

#fec126 #2663fe

#fec126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec126 Color CSS Codes

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

#fec126 Text Font Color

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

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


#fec126 Background Color

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

This div background color is #fec126


#fec126 Border Color

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

This div border color is #fec126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec126


Comments

No comments written yet.

Please login to write comment.