Color Hex Logo

#fef83e Color Hex

#FEF83E
(254,248,62)
0 Favorites   0 Comments

Color spaces of #fef83e

RGB 25424862
HSL0.160.990.62
HSV58°76°100°
CMYK 0.000.020.76   0.00
XYZ75.310088.553417.6807
Yxy88.55340.41480.4878
Hunter Lab94.1028-21.827354.7321
CIE-Lab95.3935-17.470682.9447

#fef83e color RGB value is (254,248,62).

#fef83e hex color red value is 254, green value is 248 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #fef83e hue: 0.16 , saturation: 0.99 and the lightness value of fef83e is 0.62.

The process color (four color CMYK) of #fef83e color hex is 0.00, 0.02, 0.76, 0.00. Web safe color of #fef83e is #ffff33. Color #fef83e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111000 00111110
Octal 376 370 76
Decimal 254 248 62
Hex FE F8 3E

RGB Percentages of Color #fef83e

%45.04
%43.97
%10.99

CMYK Percentages of Color #fef83e

%0
%2
%76
%0

Triadic Colors of #fef83e

#fef83e #3efef8 #f83efe

Analogous Colors of #fef83e

#fef83e #a4fe3e #fe983e

Monochromatic Colors of #fef83e

#fef83e

Complementary Color

#fef83e #3e44fe

#fef83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef83e Color CSS Codes

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

#fef83e Text Font Color

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

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


#fef83e Background Color

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

This div background color is #fef83e


#fef83e Border Color

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

This div border color is #fef83e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef83e

Related Colors

#fef83e Color Palettes


Comments

No comments written yet.

Please login to write comment.