Color Hex Logo

#fee304 Color Hex

#FEE304
(254,227,4)
0 Favorites   0 Comments

Color spaces of #fee304

RGB 2542274
HSL0.150.990.51
HSV54°98°100°
CMYK 0.000.110.98   0.00
XYZ68.364176.017811.1846
Yxy76.01780.43950.4887
Hunter Lab87.1882-12.617853.4259
CIE-Lab89.8676-8.337788.8640

#fee304 color RGB value is (254,227,4).

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

The process color (four color CMYK) of #fee304 color hex is 0.00, 0.11, 0.98, 0.00. Web safe color of #fee304 is #ffcc00. Color #fee304 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100011 00000100
Octal 376 343 4
Decimal 254 227 4
Hex FE E3 4

RGB Percentages of Color #fee304

%52.37
%46.80
%0.82

CMYK Percentages of Color #fee304

%0
%11
%98
%0

Triadic Colors of #fee304

#fee304 #04fee3 #e304fe

Analogous Colors of #fee304

#fee304 #9cfe04 #fe6604

Monochromatic Colors of #fee304

#fee304

Complementary Color

#fee304 #041ffe

#fee304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee304 Color CSS Codes

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

#fee304 Text Font Color

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

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


#fee304 Background Color

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

This div background color is #fee304


#fee304 Border Color

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

This div border color is #fee304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee304


Comments

No comments written yet.

Please login to write comment.