Color Hex Logo

#fed517 Color Hex

#FED517
(254,213,23)
0 Favorites   0 Comments

Color spaces of #fed517

RGB 25421323
HSL0.140.990.54
HSV49°91°100°
CMYK 0.000.160.91   0.00
XYZ64.822068.721210.6586
Yxy68.72120.44950.4766
Hunter Lab82.8983-5.494550.4056
CIE-Lab86.3658-1.118484.3184

#fed517 color RGB value is (254,213,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010101 00010111
Octal 376 325 27
Decimal 254 213 23
Hex FE D5 17

RGB Percentages of Color #fed517

%51.84
%43.47
%4.69

CMYK Percentages of Color #fed517

%0
%16
%91
%0

Triadic Colors of #fed517

#fed517 #17fed5 #d517fe

Analogous Colors of #fed517

#fed517 #b4fe17 #fe6117

Monochromatic Colors of #fed517

#fed517

Complementary Color

#fed517 #1740fe

#fed517 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed517 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed517 Color CSS Codes

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

#fed517 Text Font Color

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

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


#fed517 Background Color

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

This div background color is #fed517


#fed517 Border Color

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

This div border color is #fed517


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed517


Comments

No comments written yet.

Please login to write comment.