Color Hex Logo

#fee33a Color Hex

#FEE33A
(254,227,58)
0 Favorites   0 Comments

Color spaces of #fee33a

RGB 25422758
HSL0.140.990.61
HSV52°77°100°
CMYK 0.000.110.77   0.00
XYZ69.105976.314515.0909
Yxy76.31450.43050.4754
Hunter Lab87.3582-11.671950.9085
CIE-Lab90.0052-7.316179.2656

#fee33a color RGB value is (254,227,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100011 00111010
Octal 376 343 72
Decimal 254 227 58
Hex FE E3 3A

RGB Percentages of Color #fee33a

%47.12
%42.12
%10.76

CMYK Percentages of Color #fee33a

%0
%11
%77
%0

Triadic Colors of #fee33a

#fee33a #3afee3 #e33afe

Analogous Colors of #fee33a

#fee33a #b7fe3a #fe813a

Monochromatic Colors of #fee33a

#fee33a

Complementary Color

#fee33a #3a55fe

#fee33a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee33a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee33a Color CSS Codes

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

#fee33a Text Font Color

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

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


#fee33a Background Color

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

This div background color is #fee33a


#fee33a Border Color

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

This div border color is #fee33a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee33a

#fee33a Color Palettes


Comments

No comments written yet.

Please login to write comment.