Color Hex Logo

#fec44a Color Hex

#FEC44A
(254,196,74)
0 Favorites   0 Comments

Color spaces of #fec44a

RGB 25419674
HSL0.110.990.64
HSV41°71°100°
CMYK 0.000.230.71   0.00
XYZ61.849061.045115.0017
Yxy61.04510.44850.4427
Hunter Lab78.13144.571243.3079
CIE-Lab82.40309.128766.3627

#fec44a color RGB value is (254,196,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000100 01001010
Octal 376 304 112
Decimal 254 196 74
Hex FE C4 4A

RGB Percentages of Color #fec44a

%48.47
%37.40
%14.12

CMYK Percentages of Color #fec44a

%0
%23
%71
%0

Triadic Colors of #fec44a

#fec44a #4afec4 #c44afe

Analogous Colors of #fec44a

#fec44a #defe4a #fe6a4a

Monochromatic Colors of #fec44a

#fec44a

Complementary Color

#fec44a #4a84fe

#fec44a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec44a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec44a Color CSS Codes

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

#fec44a Text Font Color

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

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


#fec44a Background Color

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

This div background color is #fec44a


#fec44a Border Color

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

This div border color is #fec44a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec44a

Related Colors


Comments

No comments written yet.

Please login to write comment.