Color Hex Logo

#fed73b Color Hex

#FED73B
(254,215,59)
0 Favorites   0 Comments

Color spaces of #fed73b

RGB 25421559
HSL0.130.990.61
HSV48°77°100°
CMYK 0.000.150.77   0.00
XYZ65.962969.987514.1700
Yxy69.98750.43940.4662
Hunter Lab83.6585-5.659148.5185
CIE-Lab86.9907-1.245076.2180

#fed73b color RGB value is (254,215,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010111 00111011
Octal 376 327 73
Decimal 254 215 59
Hex FE D7 3B

RGB Percentages of Color #fed73b

%48.11
%40.72
%11.17

CMYK Percentages of Color #fed73b

%0
%15
%77
%0

Triadic Colors of #fed73b

#fed73b #3bfed7 #d73bfe

Analogous Colors of #fed73b

#fed73b #c4fe3b #fe763b

Monochromatic Colors of #fed73b

#fed73b

Complementary Color

#fed73b #3b62fe

#fed73b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed73b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed73b Color CSS Codes

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

#fed73b Text Font Color

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

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


#fed73b Background Color

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

This div background color is #fed73b


#fed73b Border Color

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

This div border color is #fed73b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed73b

Related Colors


Comments

No comments written yet.

Please login to write comment.