Color Hex Logo

#fed857 Color Hex

#FED857
(254,216,87)
0 Favorites   0 Comments

Color spaces of #fed857

RGB 25421687
HSL0.130.990.67
HSV46°66°100°
CMYK 0.000.150.66   0.00
XYZ67.149270.870719.1571
Yxy70.87070.42720.4509
Hunter Lab84.1847-4.944445.4373
CIE-Lab87.4222-0.466666.2448

#fed857 color RGB value is (254,216,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011000 01010111
Octal 376 330 127
Decimal 254 216 87
Hex FE D8 57

RGB Percentages of Color #fed857

%45.60
%38.78
%15.62

CMYK Percentages of Color #fed857

%0
%15
%66
%0

Triadic Colors of #fed857

#fed857 #57fed8 #d857fe

Analogous Colors of #fed857

#fed857 #d1fe57 #fe8557

Monochromatic Colors of #fed857

#fed857

Complementary Color

#fed857 #577dfe

#fed857 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed857 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed857 Color CSS Codes

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

#fed857 Text Font Color

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

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


#fed857 Background Color

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

This div background color is #fed857


#fed857 Border Color

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

This div border color is #fed857


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed857


Comments

No comments written yet.

Please login to write comment.