Color Hex Logo

#fef115 Color Hex

#FEF115
(254,241,21)
0 Favorites   0 Comments

Color spaces of #fef115

RGB 25424121
HSL0.160.990.54
HSV57°92°100°
CMYK 0.000.050.92   0.00
XYZ72.463784.035613.1107
Yxy84.03560.42720.4955
Hunter Lab91.6709-19.324155.6900
CIE-Lab93.4660-15.066389.9735

#fef115 color RGB value is (254,241,21).

#fef115 hex color red value is 254, green value is 241 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #fef115 hue: 0.16 , saturation: 0.99 and the lightness value of fef115 is 0.54.

The process color (four color CMYK) of #fef115 color hex is 0.00, 0.05, 0.92, 0.00. Web safe color of #fef115 is #ffff00. Color #fef115 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110001 00010101
Octal 376 361 25
Decimal 254 241 21
Hex FE F1 15

RGB Percentages of Color #fef115

%49.22
%46.71
%4.07

CMYK Percentages of Color #fef115

%0
%5
%92
%0

Triadic Colors of #fef115

#fef115 #15fef1 #f115fe

Analogous Colors of #fef115

#fef115 #97fe15 #fe7d15

Monochromatic Colors of #fef115

#fef115

Complementary Color

#fef115 #1522fe

#fef115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef115 Color CSS Codes

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

#fef115 Text Font Color

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

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


#fef115 Background Color

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

This div background color is #fef115


#fef115 Border Color

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

This div border color is #fef115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef115

Related Colors


Comments

No comments written yet.

Please login to write comment.