Color Hex Logo

#fee14e Color Hex

#FEE14E
(254,225,78)
0 Favorites   0 Comments

Color spaces of #fee14e

RGB 25422578
HSL0.140.990.65
HSV50°69°100°
CMYK 0.000.110.69   0.00
XYZ69.173475.471318.1293
Yxy75.47130.42500.4637
Hunter Lab86.8742-9.899748.4391
CIE-Lab89.6133-5.480772.0638

#fee14e color RGB value is (254,225,78).

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

The process color (four color CMYK) of #fee14e color hex is 0.00, 0.11, 0.69, 0.00. Web safe color of #fee14e is #ffcc66. Color #fee14e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100001 01001110
Octal 376 341 116
Decimal 254 225 78
Hex FE E1 4E

RGB Percentages of Color #fee14e

%45.60
%40.39
%14.00

CMYK Percentages of Color #fee14e

%0
%11
%69
%0

Triadic Colors of #fee14e

#fee14e #4efee1 #e14efe

Analogous Colors of #fee14e

#fee14e #c3fe4e #fe894e

Monochromatic Colors of #fee14e

#fee14e

Complementary Color

#fee14e #4e6bfe

#fee14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee14e Color CSS Codes

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

#fee14e Text Font Color

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

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


#fee14e Background Color

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

This div background color is #fee14e


#fee14e Border Color

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

This div border color is #fee14e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee14e


Comments

No comments written yet.

Please login to write comment.