Color Hex Logo

#fef85a Color Hex

#FEF85A
(254,248,90)
0 Favorites   0 Comments

Color spaces of #fef85a

RGB 25424890
HSL0.160.990.67
HSV58°65°100°
CMYK 0.000.020.65   0.00
XYZ76.285988.943822.8200
Yxy88.94380.40570.4730
Hunter Lab94.3100-20.656751.6707
CIE-Lab95.5569-16.185373.5399

#fef85a color RGB value is (254,248,90).

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

The process color (four color CMYK) of #fef85a color hex is 0.00, 0.02, 0.65, 0.00. Web safe color of #fef85a is #ffff66. Color #fef85a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111000 01011010
Octal 376 370 132
Decimal 254 248 90
Hex FE F8 5A

RGB Percentages of Color #fef85a

%42.91
%41.89
%15.20

CMYK Percentages of Color #fef85a

%0
%2
%65
%0

Triadic Colors of #fef85a

#fef85a #5afef8 #f85afe

Analogous Colors of #fef85a

#fef85a #b2fe5a #fea65a

Monochromatic Colors of #fef85a

#fef85a

Complementary Color

#fef85a #5a60fe

#fef85a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef85a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef85a Color CSS Codes

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

#fef85a Text Font Color

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

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


#fef85a Background Color

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

This div background color is #fef85a


#fef85a Border Color

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

This div border color is #fef85a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef85a


Comments

No comments written yet.

Please login to write comment.