Color Hex Logo

#fee845 Color Hex

#FEE845
(254,232,69)
0 Favorites   0 Comments

Color spaces of #fee845

RGB 25423269
HSL0.150.990.63
HSV53°73°100°
CMYK 0.000.090.73   0.00
XYZ70.803879.213717.1882
Yxy79.21370.42350.4737
Hunter Lab89.0021-13.751650.8513
CIE-Lab91.3309-9.378076.9630

#fee845 color RGB value is (254,232,69).

#fee845 hex color red value is 254, green value is 232 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #fee845 hue: 0.15 , saturation: 0.99 and the lightness value of fee845 is 0.63.

The process color (four color CMYK) of #fee845 color hex is 0.00, 0.09, 0.73, 0.00. Web safe color of #fee845 is #ffff33. Color #fee845 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101000 01000101
Octal 376 350 105
Decimal 254 232 69
Hex FE E8 45

RGB Percentages of Color #fee845

%45.77
%41.80
%12.43

CMYK Percentages of Color #fee845

%0
%9
%73
%0

Triadic Colors of #fee845

#fee845 #45fee8 #e845fe

Analogous Colors of #fee845

#fee845 #b8fe45 #fe8c45

Monochromatic Colors of #fee845

#fee845

Complementary Color

#fee845 #455bfe

#fee845 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee845 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee845 Color CSS Codes

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

#fee845 Text Font Color

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

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


#fee845 Background Color

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

This div background color is #fee845


#fee845 Border Color

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

This div border color is #fee845


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee845

Related Colors


Comments

No comments written yet.

Please login to write comment.