Color Hex Logo

#fedc57 Color Hex

#FEDC57
(254,220,87)
0 Favorites   0 Comments

Color spaces of #fedc57

RGB 25422087
HSL0.130.990.67
HSV48°66°100°
CMYK 0.000.130.66   0.00
XYZ68.186572.945319.5029
Yxy72.94530.42450.4541
Hunter Lab85.4080-6.956546.2468
CIE-Lab88.4216-2.493367.2977

#fedc57 color RGB value is (254,220,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011100 01010111
Octal 376 334 127
Decimal 254 220 87
Hex FE DC 57

RGB Percentages of Color #fedc57

%45.28
%39.22
%15.51

CMYK Percentages of Color #fedc57

%0
%13
%66
%0

Triadic Colors of #fedc57

#fedc57 #57fedc #dc57fe

Analogous Colors of #fedc57

#fedc57 #cdfe57 #fe8957

Monochromatic Colors of #fedc57

#fedc57

Complementary Color

#fedc57 #5779fe

#fedc57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedc57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedc57 Color CSS Codes

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

#fedc57 Text Font Color

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

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


#fedc57 Background Color

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

This div background color is #fedc57


#fedc57 Border Color

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

This div border color is #fedc57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedc57

Related Colors

#fedc57 Color Palettes


Comments

No comments written yet.

Please login to write comment.