Color Hex Logo

#fee14f Color Hex

#FEE14F
(254,225,79)
0 Favorites   0 Comments

Color spaces of #fee14f

RGB 25422579
HSL0.140.990.65
HSV50°69°100°
CMYK 0.000.110.69   0.00
XYZ69.209575.485818.3196
Yxy75.48580.42460.4631
Hunter Lab86.8826-9.853848.3162
CIE-Lab89.6201-5.431671.6918

#fee14f color RGB value is (254,225,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100001 01001111
Octal 376 341 117
Decimal 254 225 79
Hex FE E1 4F

RGB Percentages of Color #fee14f

%45.52
%40.32
%14.16

CMYK Percentages of Color #fee14f

%0
%11
%69
%0

Triadic Colors of #fee14f

#fee14f #4ffee1 #e14ffe

Analogous Colors of #fee14f

#fee14f #c4fe4f #fe8a4f

Monochromatic Colors of #fee14f

#fee14f

Complementary Color

#fee14f #4f6cfe

#fee14f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee14f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee14f Color CSS Codes

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

#fee14f Text Font Color

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

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


#fee14f Background Color

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

This div background color is #fee14f


#fee14f Border Color

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

This div border color is #fee14f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee14f


Comments

No comments written yet.

Please login to write comment.