Color Hex Logo

#fec02e Color Hex

#FEC02E
(254,192,46)
0 Favorites   0 Comments

Color spaces of #fec02e

RGB 25419246
HSL0.120.990.59
HSV42°82°100°
CMYK 0.000.240.82   0.00
XYZ60.215858.967410.7929
Yxy58.96740.46330.4537
Hunter Lab76.79025.589645.4199
CIE-Lab81.273710.148575.1534

#fec02e color RGB value is (254,192,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000000 00101110
Octal 376 300 56
Decimal 254 192 46
Hex FE C0 2E

RGB Percentages of Color #fec02e

%51.63
%39.02
%9.35

CMYK Percentages of Color #fec02e

%0
%24
%82
%0

Triadic Colors of #fec02e

#fec02e #2efec0 #c02efe

Analogous Colors of #fec02e

#fec02e #d4fe2e #fe582e

Monochromatic Colors of #fec02e

#fec02e

Complementary Color

#fec02e #2e6cfe

#fec02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec02e Color CSS Codes

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

#fec02e Text Font Color

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

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


#fec02e Background Color

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

This div background color is #fec02e


#fec02e Border Color

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

This div border color is #fec02e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec02e

Related Colors


Comments

No comments written yet.

Please login to write comment.