Color Hex Logo

#fef53a Color Hex

#FEF53A
(254,245,58)
0 Favorites   0 Comments

Color spaces of #fef53a

RGB 25424558
HSL0.160.990.61
HSV57°77°100°
CMYK 0.000.040.77   0.00
XYZ74.289286.681116.8187
Yxy86.68110.41790.4876
Hunter Lab93.1027-20.499654.4613
CIE-Lab94.6028-16.162683.3843

#fef53a color RGB value is (254,245,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110101 00111010
Octal 376 365 72
Decimal 254 245 58
Hex FE F5 3A

RGB Percentages of Color #fef53a

%45.60
%43.99
%10.41

CMYK Percentages of Color #fef53a

%0
%4
%77
%0

Triadic Colors of #fef53a

#fef53a #3afef5 #f53afe

Analogous Colors of #fef53a

#fef53a #a5fe3a #fe933a

Monochromatic Colors of #fef53a

#fef53a

Complementary Color

#fef53a #3a43fe

#fef53a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef53a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef53a Color CSS Codes

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

#fef53a Text Font Color

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

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


#fef53a Background Color

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

This div background color is #fef53a


#fef53a Border Color

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

This div border color is #fef53a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef53a

Related Colors


Comments

No comments written yet.

Please login to write comment.