Color Hex Logo

#fed716 Color Hex

#FED716
(254,215,22)
0 Favorites   0 Comments

Color spaces of #fed716

RGB 25421522
HSL0.140.990.54
HSV50°91°100°
CMYK 0.000.150.91   0.00
XYZ65.318369.729610.7756
Yxy69.72960.44790.4782
Hunter Lab83.5043-6.507050.8020
CIE-Lab86.8641-2.145884.8415

#fed716 color RGB value is (254,215,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010111 00010110
Octal 376 327 26
Decimal 254 215 22
Hex FE D7 16

RGB Percentages of Color #fed716

%51.73
%43.79
%4.48

CMYK Percentages of Color #fed716

%0
%15
%91
%0

Triadic Colors of #fed716

#fed716 #16fed7 #d716fe

Analogous Colors of #fed716

#fed716 #b1fe16 #fe6316

Monochromatic Colors of #fed716

#fed716

Complementary Color

#fed716 #163dfe

#fed716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed716 Color CSS Codes

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

#fed716 Text Font Color

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

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


#fed716 Background Color

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

This div background color is #fed716


#fed716 Border Color

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

This div border color is #fed716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed716

Related Colors


Comments

No comments written yet.

Please login to write comment.