Color Hex Logo

#fee14a Color Hex

#FEE14A
(254,225,74)
0 Favorites   0 Comments

Color spaces of #fee14a

RGB 25422574
HSL0.140.990.64
HSV50°71°100°
CMYK 0.000.110.71   0.00
XYZ69.034375.415717.3967
Yxy75.41570.42650.4660
Hunter Lab86.8422-10.077248.9123
CIE-Lab89.5874-5.670573.5215

#fee14a color RGB value is (254,225,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100001 01001010
Octal 376 341 112
Decimal 254 225 74
Hex FE E1 4A

RGB Percentages of Color #fee14a

%45.93
%40.69
%13.38

CMYK Percentages of Color #fee14a

%0
%11
%71
%0

Triadic Colors of #fee14a

#fee14a #4afee1 #e14afe

Analogous Colors of #fee14a

#fee14a #c1fe4a #fe874a

Monochromatic Colors of #fee14a

#fee14a

Complementary Color

#fee14a #4a67fe

#fee14a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee14a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee14a Color CSS Codes

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

#fee14a Text Font Color

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

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


#fee14a Background Color

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

This div background color is #fee14a


#fee14a Border Color

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

This div border color is #fee14a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee14a

Related Colors


Comments

No comments written yet.

Please login to write comment.