Color Hex Logo

#fed54a Color Hex

#FED54A
(254,213,74)
0 Favorites   0 Comments

Color spaces of #fed54a

RGB 25421374
HSL0.130.990.64
HSV46°71°100°
CMYK 0.000.160.71   0.00
XYZ65.903369.153716.3531
Yxy69.15370.43530.4567
Hunter Lab83.1587-4.066446.5518
CIE-Lab86.58010.391670.5516

#fed54a color RGB value is (254,213,74).

#fed54a hex color red value is 254, green value is 213 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #fed54a hue: 0.13 , saturation: 0.99 and the lightness value of fed54a is 0.64.

The process color (four color CMYK) of #fed54a color hex is 0.00, 0.16, 0.71, 0.00. Web safe color of #fed54a is #ffcc33. Color #fed54a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010101 01001010
Octal 376 325 112
Decimal 254 213 74
Hex FE D5 4A

RGB Percentages of Color #fed54a

%46.95
%39.37
%13.68

CMYK Percentages of Color #fed54a

%0
%16
%71
%0

Triadic Colors of #fed54a

#fed54a #4afed5 #d54afe

Analogous Colors of #fed54a

#fed54a #cdfe4a #fe7b4a

Monochromatic Colors of #fed54a

#fed54a

Complementary Color

#fed54a #4a73fe

#fed54a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed54a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed54a Color CSS Codes

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

#fed54a Text Font Color

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

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


#fed54a Background Color

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

This div background color is #fed54a


#fed54a Border Color

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

This div border color is #fed54a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed54a

Related Colors


Comments

No comments written yet.

Please login to write comment.