Color Hex Logo

#fee545 Color Hex

#FEE545
(254,229,69)
0 Favorites   0 Comments

Color spaces of #fee545

RGB 25422969
HSL0.140.990.63
HSV52°73°100°
CMYK 0.000.100.73   0.00
XYZ69.966577.539116.9091
Yxy77.53910.42550.4716
Hunter Lab88.0563-12.268550.2542
CIE-Lab90.5692-7.888576.2379

#fee545 color RGB value is (254,229,69).

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

The process color (four color CMYK) of #fee545 color hex is 0.00, 0.10, 0.73, 0.00. Web safe color of #fee545 is #ffcc33. Color #fee545 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100101 01000101
Octal 376 345 105
Decimal 254 229 69
Hex FE E5 45

RGB Percentages of Color #fee545

%46.01
%41.49
%12.50

CMYK Percentages of Color #fee545

%0
%10
%73
%0

Triadic Colors of #fee545

#fee545 #45fee5 #e545fe

Analogous Colors of #fee545

#fee545 #bbfe45 #fe8945

Monochromatic Colors of #fee545

#fee545

Complementary Color

#fee545 #455efe

#fee545 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee545 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee545 Color CSS Codes

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

#fee545 Text Font Color

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

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


#fee545 Background Color

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

This div background color is #fee545


#fee545 Border Color

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

This div border color is #fee545


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee545

#fee545 Color Palettes


Comments

No comments written yet.

Please login to write comment.