Color Hex Logo

#fee03a Color Hex

#FEE03A
(254,224,58)
0 Favorites   0 Comments

Color spaces of #fee03a

RGB 25422458
HSL0.140.990.61
HSV51°77°100°
CMYK 0.000.120.77   0.00
XYZ68.292474.687614.8197
Yxy74.68760.43280.4733
Hunter Lab86.4220-10.184250.3283
CIE-Lab89.2465-5.817078.5813

#fee03a color RGB value is (254,224,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100000 00111010
Octal 376 340 72
Decimal 254 224 58
Hex FE E0 3A

RGB Percentages of Color #fee03a

%47.39
%41.79
%10.82

CMYK Percentages of Color #fee03a

%0
%12
%77
%0

Triadic Colors of #fee03a

#fee03a #3afee0 #e03afe

Analogous Colors of #fee03a

#fee03a #bafe3a #fe7e3a

Monochromatic Colors of #fee03a

#fee03a

Complementary Color

#fee03a #3a58fe

#fee03a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee03a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee03a Color CSS Codes

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

#fee03a Text Font Color

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

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


#fee03a Background Color

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

This div background color is #fee03a


#fee03a Border Color

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

This div border color is #fee03a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee03a


Comments

No comments written yet.

Please login to write comment.