Color Hex Logo

#fed73e Color Hex

#FED73E
(254,215,62)
0 Favorites   0 Comments

Color spaces of #fed73e

RGB 25421562
HSL0.130.990.62
HSV48°76°100°
CMYK 0.000.150.76   0.00
XYZ66.043070.019514.5917
Yxy70.01950.43840.4648
Hunter Lab83.6777-5.553948.2354
CIE-Lab87.0064-1.133675.2495

#fed73e color RGB value is (254,215,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010111 00111110
Octal 376 327 76
Decimal 254 215 62
Hex FE D7 3E

RGB Percentages of Color #fed73e

%47.83
%40.49
%11.68

CMYK Percentages of Color #fed73e

%0
%15
%76
%0

Triadic Colors of #fed73e

#fed73e #3efed7 #d73efe

Analogous Colors of #fed73e

#fed73e #c5fe3e #fe773e

Monochromatic Colors of #fed73e

#fed73e

Complementary Color

#fed73e #3e65fe

#fed73e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed73e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed73e Color CSS Codes

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

#fed73e Text Font Color

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

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


#fed73e Background Color

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

This div background color is #fed73e


#fed73e Border Color

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

This div border color is #fed73e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed73e


Comments

No comments written yet.

Please login to write comment.