Color Hex Logo

#fec12e Color Hex

#FEC12E
(254,193,46)
0 Favorites   0 Comments

Color spaces of #fec12e

RGB 25419346
HSL0.120.990.59
HSV42°82°100°
CMYK 0.000.240.82   0.00
XYZ60.436259.408010.8663
Yxy59.40800.46240.4545
Hunter Lab77.07665.078945.5949
CIE-Lab81.51539.630175.3607

#fec12e color RGB value is (254,193,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000001 00101110
Octal 376 301 56
Decimal 254 193 46
Hex FE C1 2E

RGB Percentages of Color #fec12e

%51.52
%39.15
%9.33

CMYK Percentages of Color #fec12e

%0
%24
%82
%0

Triadic Colors of #fec12e

#fec12e #2efec1 #c12efe

Analogous Colors of #fec12e

#fec12e #d3fe2e #fe592e

Monochromatic Colors of #fec12e

#fec12e

Complementary Color

#fec12e #2e6bfe

#fec12e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec12e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec12e Color CSS Codes

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

#fec12e Text Font Color

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

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


#fec12e Background Color

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

This div background color is #fec12e


#fec12e Border Color

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

This div border color is #fec12e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec12e


Comments

No comments written yet.

Please login to write comment.