Color Hex Logo

#fee030 Color Hex

#FEE030
(254,224,48)
0 Favorites   0 Comments

Color spaces of #fee030

RGB 25422448
HSL0.140.990.59
HSV51°81°100°
CMYK 0.000.120.81   0.00
XYZ68.062274.595513.6074
Yxy74.59550.43560.4774
Hunter Lab86.3687-10.479651.1169
CIE-Lab89.2032-6.134281.3921

#fee030 color RGB value is (254,224,48).

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

The process color (four color CMYK) of #fee030 color hex is 0.00, 0.12, 0.81, 0.00. Web safe color of #fee030 is #ffcc33. Color #fee030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100000 00110000
Octal 376 340 60
Decimal 254 224 48
Hex FE E0 30

RGB Percentages of Color #fee030

%48.29
%42.59
%9.13

CMYK Percentages of Color #fee030

%0
%12
%81
%0

Triadic Colors of #fee030

#fee030 #30fee0 #e030fe

Analogous Colors of #fee030

#fee030 #b5fe30 #fe7930

Monochromatic Colors of #fee030

#fee030

Complementary Color

#fee030 #304efe

#fee030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee030 Color CSS Codes

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

#fee030 Text Font Color

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

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


#fee030 Background Color

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

This div background color is #fee030


#fee030 Border Color

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

This div border color is #fee030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee030

Related Colors


Comments

No comments written yet.

Please login to write comment.