Color Hex Logo

#fed057 Color Hex

#FED057
(254,208,87)
0 Favorites   0 Comments

Color spaces of #fed057

RGB 25420887
HSL0.120.990.67
HSV43°66°100°
CMYK 0.000.180.66   0.00
XYZ65.149266.870718.4904
Yxy66.87070.43290.4443
Hunter Lab81.7745-0.895643.8358
CIE-Lab85.43863.617464.1403

#fed057 color RGB value is (254,208,87).

#fed057 hex color red value is 254, green value is 208 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #fed057 hue: 0.12 , saturation: 0.99 and the lightness value of fed057 is 0.67.

The process color (four color CMYK) of #fed057 color hex is 0.00, 0.18, 0.66, 0.00. Web safe color of #fed057 is #ffcc66. Color #fed057 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010000 01010111
Octal 376 320 127
Decimal 254 208 87
Hex FE D0 57

RGB Percentages of Color #fed057

%46.27
%37.89
%15.85

CMYK Percentages of Color #fed057

%0
%18
%66
%0

Triadic Colors of #fed057

#fed057 #57fed0 #d057fe

Analogous Colors of #fed057

#fed057 #d9fe57 #fe7d57

Monochromatic Colors of #fed057

#fed057

Complementary Color

#fed057 #5785fe

#fed057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed057 Color CSS Codes

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

#fed057 Text Font Color

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

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


#fed057 Background Color

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

This div background color is #fed057


#fed057 Border Color

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

This div border color is #fed057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed057


Comments

No comments written yet.

Please login to write comment.