Color Hex Logo

#fef53f Color Hex

#FEF53F
(254,245,63)
0 Favorites   0 Comments

Color spaces of #fef53f

RGB 25424563
HSL0.160.990.62
HSV57°75°100°
CMYK 0.000.040.75   0.00
XYZ74.422786.734517.5216
Yxy86.73450.41650.4854
Hunter Lab93.1314-20.337854.0372
CIE-Lab94.6255-15.984781.9489

#fef53f color RGB value is (254,245,63).

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

The process color (four color CMYK) of #fef53f color hex is 0.00, 0.04, 0.75, 0.00. Web safe color of #fef53f is #ffff33. Color #fef53f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110101 00111111
Octal 376 365 77
Decimal 254 245 63
Hex FE F5 3F

RGB Percentages of Color #fef53f

%45.20
%43.59
%11.21

CMYK Percentages of Color #fef53f

%0
%4
%75
%0

Triadic Colors of #fef53f

#fef53f #3ffef5 #f53ffe

Analogous Colors of #fef53f

#fef53f #a8fe3f #fe963f

Monochromatic Colors of #fef53f

#fef53f

Complementary Color

#fef53f #3f48fe

#fef53f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef53f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef53f Color CSS Codes

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

#fef53f Text Font Color

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

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


#fef53f Background Color

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

This div background color is #fef53f


#fef53f Border Color

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

This div border color is #fef53f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef53f


Comments

No comments written yet.

Please login to write comment.