Color Hex Logo

#fee94a Color Hex

#FEE94A
(254,233,74)
0 Favorites   0 Comments

Color spaces of #fee94a

RGB 25423374
HSL0.150.990.64
HSV53°71°100°
CMYK 0.000.080.71   0.00
XYZ71.248079.843118.1346
Yxy79.84310.42100.4718
Hunter Lab89.3550-14.042650.5156
CIE-Lab91.6144-9.654275.5033

#fee94a color RGB value is (254,233,74).

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

The process color (four color CMYK) of #fee94a color hex is 0.00, 0.08, 0.71, 0.00. Web safe color of #fee94a is #ffff33. Color #fee94a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101001 01001010
Octal 376 351 112
Decimal 254 233 74
Hex FE E9 4A

RGB Percentages of Color #fee94a

%45.28
%41.53
%13.19

CMYK Percentages of Color #fee94a

%0
%8
%71
%0

Triadic Colors of #fee94a

#fee94a #4afee9 #e94afe

Analogous Colors of #fee94a

#fee94a #b9fe4a #fe8f4a

Monochromatic Colors of #fee94a

#fee94a

Complementary Color

#fee94a #4a5ffe

#fee94a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee94a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee94a Color CSS Codes

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

#fee94a Text Font Color

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

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


#fee94a Background Color

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

This div background color is #fee94a


#fee94a Border Color

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

This div border color is #fee94a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee94a


Comments

No comments written yet.

Please login to write comment.