color codes Logo

#fee83a color codes

#FEE83A
(254,232,58)
0 Favorites   0 Comments

Color spaces of #fee83a

RGB 25423258
HSL0.150.990.61
HSV53°77°100°
CMYK 0.000.090.77   0.00
XYZ70.493479.089515.5534
Yxy79.08950.42690.4789
Hunter Lab88.9323-14.141051.8833
CIE-Lab91.2748-9.799580.4079

#fee83a color RGB value is (254,232,58).

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

The process color (four color CMYK) of #fee83a color code is 0.00, 0.09, 0.77, 0.00. Web safe color of #fee83a is #ffff33. Color #fee83a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101000 00111010
Octal 376 350 72
Decimal 254 232 58
Hex FE E8 3A

RGB Percentages of Color #fee83a

%46.69
%42.65
%10.66

CMYK Percentages of Color #fee83a

%0
%9
%77
%0

Triadic Colors of #fee83a

#fee83a #3afee8 #e83afe

Analogous Colors of #fee83a

#fee83a #b2fe3a #fe863a

Monochromatic Colors of #fee83a

#fee83a

Complementary Color

#fee83a #3a50fe

#fee83a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee83a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee83a Color CSS Codes

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

#fee83a Text Font Color

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

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


#fee83a Background Color

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

This div background color is #fee83a


#fee83a Border Color

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

This div border color is #fee83a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee83a


Comments

No comments written yet.

Please login to write comment.