Color Hex Logo

#fec15e Color Hex

#FEC15E
(254,193,94)
0 Favorites   0 Comments

Color spaces of #fec15e

RGB 25419394
HSL0.100.990.68
HSV37°63°100°
CMYK 0.000.240.63   0.00
XYZ61.963460.018918.9087
Yxy60.01890.43980.4260
Hunter Lab77.47197.191839.7593
CIE-Lab81.848511.785857.1215

#fec15e color RGB value is (254,193,94).

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

The process color (four color CMYK) of #fec15e color hex is 0.00, 0.24, 0.63, 0.00. Web safe color of #fec15e is #ffcc66. Color #fec15e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000001 01011110
Octal 376 301 136
Decimal 254 193 94
Hex FE C1 5E

RGB Percentages of Color #fec15e

%46.95
%35.67
%17.38

CMYK Percentages of Color #fec15e

%0
%24
%63
%0

Triadic Colors of #fec15e

#fec15e #5efec1 #c15efe

Analogous Colors of #fec15e

#fec15e #ebfe5e #fe715e

Monochromatic Colors of #fec15e

#fec15e

Complementary Color

#fec15e #5e9bfe

#fec15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec15e Color CSS Codes

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

#fec15e Text Font Color

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

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


#fec15e Background Color

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

This div background color is #fec15e


#fec15e Border Color

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

This div border color is #fec15e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec15e


Comments

No comments written yet.

Please login to write comment.