Color Hex Logo

#fee146 Color Hex

#FEE146
(254,225,70)
0 Favorites   0 Comments

Color spaces of #fee146

RGB 25422570
HSL0.140.990.64
HSV51°72°100°
CMYK 0.000.110.72   0.00
XYZ68.903875.363516.7093
Yxy75.36350.42800.4682
Hunter Lab86.8122-10.243849.3566
CIE-Lab89.5630-5.848974.9282

#fee146 color RGB value is (254,225,70).

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

The process color (four color CMYK) of #fee146 color hex is 0.00, 0.11, 0.72, 0.00. Web safe color of #fee146 is #ffcc33. Color #fee146 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100001 01000110
Octal 376 341 106
Decimal 254 225 70
Hex FE E1 46

RGB Percentages of Color #fee146

%46.27
%40.98
%12.75

CMYK Percentages of Color #fee146

%0
%11
%72
%0

Triadic Colors of #fee146

#fee146 #46fee1 #e146fe

Analogous Colors of #fee146

#fee146 #bffe46 #fe8546

Monochromatic Colors of #fee146

#fee146

Complementary Color

#fee146 #4663fe

#fee146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee146 Color CSS Codes

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

#fee146 Text Font Color

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

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


#fee146 Background Color

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

This div background color is #fee146


#fee146 Border Color

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

This div border color is #fee146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee146


Comments

No comments written yet.

Please login to write comment.