Color Hex Logo

#fec82e Color Hex

#FEC82E
(254,200,46)
0 Favorites   0 Comments

Color spaces of #fec82e

RGB 25420046
HSL0.120.990.59
HSV44°82°100°
CMYK 0.000.210.82   0.00
XYZ62.020562.576611.3944
Yxy62.57660.45610.4602
Hunter Lab79.10541.513946.8336
CIE-Lab83.21916.011076.8191

#fec82e color RGB value is (254,200,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001000 00101110
Octal 376 310 56
Decimal 254 200 46
Hex FE C8 2E

RGB Percentages of Color #fec82e

%50.80
%40.00
%9.20

CMYK Percentages of Color #fec82e

%0
%21
%82
%0

Triadic Colors of #fec82e

#fec82e #2efec8 #c82efe

Analogous Colors of #fec82e

#fec82e #ccfe2e #fe602e

Monochromatic Colors of #fec82e

#fec82e

Complementary Color

#fec82e #2e64fe

#fec82e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec82e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec82e Color CSS Codes

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

#fec82e Text Font Color

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

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


#fec82e Background Color

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

This div background color is #fec82e


#fec82e Border Color

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

This div border color is #fec82e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec82e

Related Colors


Comments

No comments written yet.

Please login to write comment.