Color Hex Logo

#fed10d Color Hex

#FED10D
(254,209,13)
0 Favorites   0 Comments

Color spaces of #fed10d

RGB 25420913
HSL0.140.990.52
HSV49°95°100°
CMYK 0.000.180.95   0.00
XYZ63.746266.70089.8955
Yxy66.70080.45420.4753
Hunter Lab81.6706-3.599149.9856
CIE-Lab85.35260.800484.8260

#fed10d color RGB value is (254,209,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010001 00001101
Octal 376 321 15
Decimal 254 209 13
Hex FE D1 D

RGB Percentages of Color #fed10d

%53.36
%43.91
%2.73

CMYK Percentages of Color #fed10d

%0
%18
%95
%0

Triadic Colors of #fed10d

#fed10d #0dfed1 #d10dfe

Analogous Colors of #fed10d

#fed10d #b3fe0d #fe580d

Monochromatic Colors of #fed10d

#fed10d

Complementary Color

#fed10d #0d3afe

#fed10d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed10d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed10d Color CSS Codes

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

#fed10d Text Font Color

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

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


#fed10d Background Color

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

This div background color is #fed10d


#fed10d Border Color

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

This div border color is #fed10d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed10d

Related Colors


Comments

No comments written yet.

Please login to write comment.