Color Hex Logo

#fee82f Color Hex

#FEE82F
(254,232,47)
0 Favorites   0 Comments

Color spaces of #fee82f

RGB 25423247
HSL0.150.990.59
HSV54°81°100°
CMYK 0.000.090.81   0.00
XYZ70.242878.989314.2336
Yxy78.98930.42970.4832
Hunter Lab88.8759-14.456052.7178
CIE-Lab91.2294-10.141083.3747

#fee82f color RGB value is (254,232,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101000 00101111
Octal 376 350 57
Decimal 254 232 47
Hex FE E8 2F

RGB Percentages of Color #fee82f

%47.65
%43.53
%8.82

CMYK Percentages of Color #fee82f

%0
%9
%81
%0

Triadic Colors of #fee82f

#fee82f #2ffee8 #e82ffe

Analogous Colors of #fee82f

#fee82f #adfe2f #fe812f

Monochromatic Colors of #fee82f

#fee82f

Complementary Color

#fee82f #2f45fe

#fee82f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee82f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee82f Color CSS Codes

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

#fee82f Text Font Color

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

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


#fee82f Background Color

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

This div background color is #fee82f


#fee82f Border Color

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

This div border color is #fee82f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee82f


Comments

No comments written yet.

Please login to write comment.