Color Hex Logo

#fef55a Color Hex

#FEF55A
(254,245,90)
0 Favorites   0 Comments

Color spaces of #fef55a

RGB 25424590
HSL0.160.990.67
HSV57°65°100°
CMYK 0.000.040.65   0.00
XYZ75.370987.113822.5150
Yxy87.11380.40740.4709
Hunter Lab93.3348-19.191251.0319
CIE-Lab94.7865-14.729972.7433

#fef55a color RGB value is (254,245,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110101 01011010
Octal 376 365 132
Decimal 254 245 90
Hex FE F5 5A

RGB Percentages of Color #fef55a

%43.12
%41.60
%15.28

CMYK Percentages of Color #fef55a

%0
%4
%65
%0

Triadic Colors of #fef55a

#fef55a #5afef5 #f55afe

Analogous Colors of #fef55a

#fef55a #b5fe5a #fea35a

Monochromatic Colors of #fef55a

#fef55a

Complementary Color

#fef55a #5a63fe

#fef55a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef55a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef55a Color CSS Codes

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

#fef55a Text Font Color

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

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


#fef55a Background Color

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

This div background color is #fef55a


#fef55a Border Color

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

This div border color is #fef55a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef55a

Related Colors


Comments

No comments written yet.

Please login to write comment.