color codes Logo

#fee11f color codes

#FEE11F
(254,225,31)
0 Favorites   0 Comments

Color spaces of #fee11f

RGB 25422531
HSL0.140.990.56
HSV52°88°100°
CMYK 0.000.110.88   0.00
XYZ68.045675.020212.1903
Yxy75.02020.43830.4832
Hunter Lab86.6142-11.342252.2853
CIE-Lab89.4025-7.029585.3348

#fee11f color RGB value is (254,225,31).

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

The process color (four color CMYK) of #fee11f color code is 0.00, 0.11, 0.88, 0.00. Web safe color of #fee11f is #ffcc33. Color #fee11f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100001 00011111
Octal 376 341 37
Decimal 254 225 31
Hex FE E1 1F

RGB Percentages of Color #fee11f

%49.80
%44.12
%6.08

CMYK Percentages of Color #fee11f

%0
%11
%88
%0

Triadic Colors of #fee11f

#fee11f #1ffee1 #e11ffe

Analogous Colors of #fee11f

#fee11f #acfe1f #fe721f

Monochromatic Colors of #fee11f

#fee11f

Complementary Color

#fee11f #1f3cfe

#fee11f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee11f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee11f Color CSS Codes

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

#fee11f Text Font Color

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

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


#fee11f Background Color

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

This div background color is #fee11f


#fee11f Border Color

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

This div border color is #fee11f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee11f

Related Colors


Comments

No comments written yet.

Please login to write comment.