Color Hex Logo

#fee20f Color Hex

#FEE20F
(254,226,15)
0 Favorites   0 Comments

Color spaces of #fee20f

RGB 25422615
HSL0.150.990.53
HSV53°94°100°
CMYK 0.000.110.94   0.00
XYZ68.155675.498011.4323
Yxy75.49800.43950.4868
Hunter Lab86.8896-12.042653.0218
CIE-Lab89.6257-7.751187.7606

#fee20f color RGB value is (254,226,15).

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

The process color (four color CMYK) of #fee20f color hex is 0.00, 0.11, 0.94, 0.00. Web safe color of #fee20f is #ffcc00. Color #fee20f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100010 00001111
Octal 376 342 17
Decimal 254 226 15
Hex FE E2 F

RGB Percentages of Color #fee20f

%51.31
%45.66
%3.03

CMYK Percentages of Color #fee20f

%0
%11
%94
%0

Triadic Colors of #fee20f

#fee20f #0ffee2 #e20ffe

Analogous Colors of #fee20f

#fee20f #a3fe0f #fe6b0f

Monochromatic Colors of #fee20f

#fee20f

Complementary Color

#fee20f #0f2bfe

#fee20f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee20f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee20f Color CSS Codes

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

#fee20f Text Font Color

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

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


#fee20f Background Color

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

This div background color is #fee20f


#fee20f Border Color

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

This div border color is #fee20f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee20f


Comments

No comments written yet.

Please login to write comment.