Color Hex Logo

#fed106 Color Hex

#FED106
(254,209,6)
0 Favorites   0 Comments

Color spaces of #fed106

RGB 2542096
HSL0.140.990.51
HSV49°98°100°
CMYK 0.000.180.98   0.00
XYZ63.706466.68499.6861
Yxy66.68490.45480.4761
Hunter Lab81.6608-3.652550.1300
CIE-Lab85.34460.744085.4509

#fed106 color RGB value is (254,209,6).

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

The process color (four color CMYK) of #fed106 color hex is 0.00, 0.18, 0.98, 0.00. Web safe color of #fed106 is #ffcc00. Color #fed106 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010001 00000110
Octal 376 321 6
Decimal 254 209 6
Hex FE D1 6

RGB Percentages of Color #fed106

%54.16
%44.56
%1.28

CMYK Percentages of Color #fed106

%0
%18
%98
%0

Triadic Colors of #fed106

#fed106 #06fed1 #d106fe

Analogous Colors of #fed106

#fed106 #affe06 #fe5506

Monochromatic Colors of #fed106

#fed106

Complementary Color

#fed106 #0633fe

#fed106 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed106 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed106 Color CSS Codes

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

#fed106 Text Font Color

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

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


#fed106 Background Color

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

This div background color is #fed106


#fed106 Border Color

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

This div border color is #fed106


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed106

Related Colors


Comments

No comments written yet.

Please login to write comment.