Color Hex Logo

#fed20d Color Hex

#FED20D
(254,210,13)
0 Favorites   0 Comments

Color spaces of #fed20d

RGB 25421013
HSL0.140.990.52
HSV49°95°100°
CMYK 0.000.170.95   0.00
XYZ63.992367.19319.9776
Yxy67.19310.45330.4760
Hunter Lab81.9714-4.101050.1632
CIE-Lab85.60140.290785.0069

#fed20d color RGB value is (254,210,13).

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

The process color (four color CMYK) of #fed20d color hex is 0.00, 0.17, 0.95, 0.00. Web safe color of #fed20d is #ffcc00. Color #fed20d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010010 00001101
Octal 376 322 15
Decimal 254 210 13
Hex FE D2 D

RGB Percentages of Color #fed20d

%53.25
%44.03
%2.73

CMYK Percentages of Color #fed20d

%0
%17
%95
%0

Triadic Colors of #fed20d

#fed20d #0dfed2 #d20dfe

Analogous Colors of #fed20d

#fed20d #b2fe0d #fe590d

Monochromatic Colors of #fed20d

#fed20d

Complementary Color

#fed20d #0d39fe

#fed20d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed20d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed20d Color CSS Codes

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

#fed20d Text Font Color

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

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


#fed20d Background Color

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

This div background color is #fed20d


#fed20d Border Color

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

This div border color is #fed20d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed20d

Related Colors


Comments

No comments written yet.

Please login to write comment.