Color Hex Logo

#fed43b Color Hex

#FED43B
(254,212,59)
0 Favorites   0 Comments

Color spaces of #fed43b

RGB 25421259
HSL0.130.990.61
HSV47°77°100°
CMYK 0.000.170.77   0.00
XYZ65.206068.473613.9177
Yxy68.47360.44180.4639
Hunter Lab82.7488-4.152447.9520
CIE-Lab86.24270.279575.5335

#fed43b color RGB value is (254,212,59).

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

The process color (four color CMYK) of #fed43b color hex is 0.00, 0.17, 0.77, 0.00. Web safe color of #fed43b is #ffcc33. Color #fed43b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010100 00111011
Octal 376 324 73
Decimal 254 212 59
Hex FE D4 3B

RGB Percentages of Color #fed43b

%48.38
%40.38
%11.24

CMYK Percentages of Color #fed43b

%0
%17
%77
%0

Triadic Colors of #fed43b

#fed43b #3bfed4 #d43bfe

Analogous Colors of #fed43b

#fed43b #c7fe3b #fe733b

Monochromatic Colors of #fed43b

#fed43b

Complementary Color

#fed43b #3b65fe

#fed43b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed43b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed43b Color CSS Codes

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

#fed43b Text Font Color

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

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


#fed43b Background Color

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

This div background color is #fed43b


#fed43b Border Color

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

This div border color is #fed43b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed43b


Comments

No comments written yet.

Please login to write comment.