Color Hex Logo

#fec84a Color Hex

#FEC84A
(254,200,74)
0 Favorites   0 Comments

Color spaces of #fec84a

RGB 25420074
HSL0.120.990.64
HSV42°71°100°
CMYK 0.000.210.71   0.00
XYZ62.763462.873815.3064
Yxy62.87380.44530.4461
Hunter Lab79.29302.526744.0600
CIE-Lab83.37597.059767.3456

#fec84a color RGB value is (254,200,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001000 01001010
Octal 376 310 112
Decimal 254 200 74
Hex FE C8 4A

RGB Percentages of Color #fec84a

%48.11
%37.88
%14.02

CMYK Percentages of Color #fec84a

%0
%21
%71
%0

Triadic Colors of #fec84a

#fec84a #4afec8 #c84afe

Analogous Colors of #fec84a

#fec84a #dafe4a #fe6e4a

Monochromatic Colors of #fec84a

#fec84a

Complementary Color

#fec84a #4a80fe

#fec84a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec84a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec84a Color CSS Codes

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

#fec84a Text Font Color

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

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


#fec84a Background Color

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

This div background color is #fec84a


#fec84a Border Color

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

This div border color is #fec84a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec84a

Related Colors


Comments

No comments written yet.

Please login to write comment.