Color Hex Logo

#fee92f Color Hex

#FEE92F
(254,233,47)
0 Favorites   0 Comments

Color spaces of #fee92f

RGB 25423347
HSL0.150.990.59
HSV54°81°100°
CMYK 0.000.080.81   0.00
XYZ70.525179.553914.3277
Yxy79.55390.42900.4839
Hunter Lab89.1930-14.947452.9109
CIE-Lab91.4843-10.634983.5910

#fee92f color RGB value is (254,233,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101001 00101111
Octal 376 351 57
Decimal 254 233 47
Hex FE E9 2F

RGB Percentages of Color #fee92f

%47.57
%43.63
%8.80

CMYK Percentages of Color #fee92f

%0
%8
%81
%0

Triadic Colors of #fee92f

#fee92f #2ffee9 #e92ffe

Analogous Colors of #fee92f

#fee92f #acfe2f #fe822f

Monochromatic Colors of #fee92f

#fee92f

Complementary Color

#fee92f #2f44fe

#fee92f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee92f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee92f Color CSS Codes

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

#fee92f Text Font Color

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

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


#fee92f Background Color

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

This div background color is #fee92f


#fee92f Border Color

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

This div border color is #fee92f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee92f


Comments

No comments written yet.

Please login to write comment.