Color Hex Logo

#fed256 Color Hex

#FED256
(254,210,86)
0 Favorites   0 Comments

Color spaces of #fed256

RGB 25421086
HSL0.120.990.67
HSV44°66°100°
CMYK 0.000.170.66   0.00
XYZ65.599467.835918.4403
Yxy67.83590.43190.4467
Hunter Lab82.3626-1.964444.3792
CIE-Lab85.92432.536965.0779

#fed256 color RGB value is (254,210,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010010 01010110
Octal 376 322 126
Decimal 254 210 86
Hex FE D2 56

RGB Percentages of Color #fed256

%46.18
%38.18
%15.64

CMYK Percentages of Color #fed256

%0
%17
%66
%0

Triadic Colors of #fed256

#fed256 #56fed2 #d256fe

Analogous Colors of #fed256

#fed256 #d6fe56 #fe7e56

Monochromatic Colors of #fed256

#fed256

Complementary Color

#fed256 #5682fe

#fed256 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed256 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed256 Color CSS Codes

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

#fed256 Text Font Color

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

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


#fed256 Background Color

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

This div background color is #fed256


#fed256 Border Color

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

This div border color is #fed256


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed256

Related Colors


Comments

No comments written yet.

Please login to write comment.