Color Hex Logo

#fee456 Color Hex

#FEE456
(254,228,86)
0 Favorites   0 Comments

Color spaces of #fee456

RGB 25422886
HSL0.140.990.67
HSV51°66°100°
CMYK 0.000.100.66   0.00
XYZ70.296277.229520.0059
Yxy77.22950.41960.4610
Hunter Lab87.8803-11.006948.0189
CIE-Lab90.4271-6.568369.7945

#fee456 color RGB value is (254,228,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100100 01010110
Octal 376 344 126
Decimal 254 228 86
Hex FE E4 56

RGB Percentages of Color #fee456

%44.72
%40.14
%15.14

CMYK Percentages of Color #fee456

%0
%10
%66
%0

Triadic Colors of #fee456

#fee456 #56fee4 #e456fe

Analogous Colors of #fee456

#fee456 #c4fe56 #fe9056

Monochromatic Colors of #fee456

#fee456

Complementary Color

#fee456 #5670fe

#fee456 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee456 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee456 Color CSS Codes

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

#fee456 Text Font Color

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

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


#fee456 Background Color

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

This div background color is #fee456


#fee456 Border Color

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

This div border color is #fee456


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee456

Related Colors


Comments

No comments written yet.

Please login to write comment.