Color Hex Logo

#fef106 Color Hex

#FEF106
(254,241,6)
0 Favorites   0 Comments

Color spaces of #fef106

RGB 2542416
HSL0.160.990.51
HSV57°98°100°
CMYK 0.000.050.98   0.00
XYZ72.361283.994612.5710
Yxy83.99460.42840.4972
Hunter Lab91.6486-19.450256.0215
CIE-Lab93.4482-15.205091.3170

#fef106 color RGB value is (254,241,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110001 00000110
Octal 376 361 6
Decimal 254 241 6
Hex FE F1 6

RGB Percentages of Color #fef106

%50.70
%48.10
%1.20

CMYK Percentages of Color #fef106

%0
%5
%98
%0

Triadic Colors of #fef106

#fef106 #06fef1 #f106fe

Analogous Colors of #fef106

#fef106 #8ffe06 #fe7506

Monochromatic Colors of #fef106

#fef106

Complementary Color

#fef106 #0613fe

#fef106 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef106 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef106 Color CSS Codes

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

#fef106 Text Font Color

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

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


#fef106 Background Color

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

This div background color is #fef106


#fef106 Border Color

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

This div border color is #fef106


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef106

Related Colors


Comments

No comments written yet.

Please login to write comment.