Color Hex Logo

#fec42e Color Hex

#FEC42E
(254,196,46)
0 Favorites   0 Comments

Color spaces of #fec42e

RGB 25419646
HSL0.120.990.59
HSV43°82°100°
CMYK 0.000.230.82   0.00
XYZ61.106160.747911.0897
Yxy60.74790.45960.4569
Hunter Lab77.94093.548346.1227
CIE-Lab82.24308.076375.9839

#fec42e color RGB value is (254,196,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000100 00101110
Octal 376 304 56
Decimal 254 196 46
Hex FE C4 2E

RGB Percentages of Color #fec42e

%51.21
%39.52
%9.27

CMYK Percentages of Color #fec42e

%0
%23
%82
%0

Triadic Colors of #fec42e

#fec42e #2efec4 #c42efe

Analogous Colors of #fec42e

#fec42e #d0fe2e #fe5c2e

Monochromatic Colors of #fec42e

#fec42e

Complementary Color

#fec42e #2e68fe

#fec42e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec42e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec42e Color CSS Codes

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

#fec42e Text Font Color

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

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


#fec42e Background Color

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

This div background color is #fec42e


#fec42e Border Color

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

This div border color is #fec42e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,196,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 #fec42e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec42e

Related Colors


Comments

No comments written yet.

Please login to write comment.