Color Hex Logo

#fee132 Color Hex

#FEE132
(254,225,50)
0 Favorites   0 Comments

Color spaces of #fee132

RGB 25422550
HSL0.140.990.60
HSV51°80°100°
CMYK 0.000.110.80   0.00
XYZ68.374075.151513.9196
Yxy75.15150.43430.4773
Hunter Lab86.6900-10.921151.1629
CIE-Lab89.4639-6.576081.0827

#fee132 color RGB value is (254,225,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100001 00110010
Octal 376 341 62
Decimal 254 225 50
Hex FE E1 32

RGB Percentages of Color #fee132

%48.02
%42.53
%9.45

CMYK Percentages of Color #fee132

%0
%11
%80
%0

Triadic Colors of #fee132

#fee132 #32fee1 #e132fe

Analogous Colors of #fee132

#fee132 #b5fe32 #fe7b32

Monochromatic Colors of #fee132

#fee132

Complementary Color

#fee132 #324ffe

#fee132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee132 Color CSS Codes

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

#fee132 Text Font Color

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

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


#fee132 Background Color

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

This div background color is #fee132


#fee132 Border Color

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

This div border color is #fee132


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee132

Related Colors


Comments

No comments written yet.

Please login to write comment.