Color Hex Logo

#fed116 Color Hex

#FED116
(254,209,22)
0 Favorites   0 Comments

Color spaces of #fed116

RGB 25420922
HSL0.130.990.54
HSV48°91°100°
CMYK 0.000.180.91   0.00
XYZ63.818366.729710.2756
Yxy66.72970.45320.4739
Hunter Lab81.6882-3.502749.7237
CIE-Lab85.36730.902283.7143

#fed116 color RGB value is (254,209,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010001 00010110
Octal 376 321 26
Decimal 254 209 22
Hex FE D1 16

RGB Percentages of Color #fed116

%52.37
%43.09
%4.54

CMYK Percentages of Color #fed116

%0
%18
%91
%0

Triadic Colors of #fed116

#fed116 #16fed1 #d116fe

Analogous Colors of #fed116

#fed116 #b7fe16 #fe5d16

Monochromatic Colors of #fed116

#fed116

Complementary Color

#fed116 #1643fe

#fed116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed116 Color CSS Codes

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

#fed116 Text Font Color

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

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


#fed116 Background Color

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

This div background color is #fed116


#fed116 Border Color

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

This div border color is #fed116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed116

#fed116 Color Palettes


Comments

No comments written yet.

Please login to write comment.