Color Hex Logo

#fed156 Color Hex

#FED156
(254,209,86)
0 Favorites   0 Comments

Color spaces of #fed156

RGB 25420986
HSL0.120.990.67
HSV44°66°100°
CMYK 0.000.180.66   0.00
XYZ65.353267.343618.3582
Yxy67.34360.43260.4458
Hunter Lab82.0631-1.457244.1805
CIE-Lab85.67723.048864.8162

#fed156 color RGB value is (254,209,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010001 01010110
Octal 376 321 126
Decimal 254 209 86
Hex FE D1 56

RGB Percentages of Color #fed156

%46.27
%38.07
%15.66

CMYK Percentages of Color #fed156

%0
%18
%66
%0

Triadic Colors of #fed156

#fed156 #56fed1 #d156fe

Analogous Colors of #fed156

#fed156 #d7fe56 #fe7d56

Monochromatic Colors of #fed156

#fed156

Complementary Color

#fed156 #5683fe

#fed156 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed156 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed156 Color CSS Codes

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

#fed156 Text Font Color

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

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


#fed156 Background Color

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

This div background color is #fed156


#fed156 Border Color

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

This div border color is #fed156


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed156

#fed156 Color Palettes


Comments

No comments written yet.

Please login to write comment.