Color Hex Logo

#fee61f Color Hex

#FEE61F
(254,230,31)
0 Favorites   0 Comments

Color spaces of #fee61f

RGB 25423031
HSL0.150.990.56
HSV54°88°100°
CMYK 0.000.090.88   0.00
XYZ69.417277.763412.6475
Yxy77.76340.43430.4865
Hunter Lab88.1836-13.807853.2250
CIE-Lab90.6718-9.515686.3330

#fee61f color RGB value is (254,230,31).

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

The process color (four color CMYK) of #fee61f color hex is 0.00, 0.09, 0.88, 0.00. Web safe color of #fee61f is #ffff33. Color #fee61f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100110 00011111
Octal 376 346 37
Decimal 254 230 31
Hex FE E6 1F

RGB Percentages of Color #fee61f

%49.32
%44.66
%6.02

CMYK Percentages of Color #fee61f

%0
%9
%88
%0

Triadic Colors of #fee61f

#fee61f #1ffee6 #e61ffe

Analogous Colors of #fee61f

#fee61f #a7fe1f #fe771f

Monochromatic Colors of #fee61f

#fee61f

Complementary Color

#fee61f #1f37fe

#fee61f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee61f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee61f Color CSS Codes

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

#fee61f Text Font Color

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

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


#fee61f Background Color

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

This div background color is #fee61f


#fee61f Border Color

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

This div border color is #fee61f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee61f


Comments

No comments written yet.

Please login to write comment.