Color Hex Logo

#fed00d Color Hex

#FED00D
(254,208,13)
0 Favorites   0 Comments

Color spaces of #fed00d

RGB 25420813
HSL0.130.990.52
HSV49°95°100°
CMYK 0.000.180.95   0.00
XYZ63.501666.21169.8140
Yxy66.21160.45510.4745
Hunter Lab81.3705-3.096949.8085
CIE-Lab85.10421.310584.6453

#fed00d color RGB value is (254,208,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010000 00001101
Octal 376 320 15
Decimal 254 208 13
Hex FE D0 D

RGB Percentages of Color #fed00d

%53.47
%43.79
%2.74

CMYK Percentages of Color #fed00d

%0
%18
%95
%0

Triadic Colors of #fed00d

#fed00d #0dfed0 #d00dfe

Analogous Colors of #fed00d

#fed00d #b4fe0d #fe570d

Monochromatic Colors of #fed00d

#fed00d

Complementary Color

#fed00d #0d3bfe

#fed00d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed00d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed00d Color CSS Codes

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

#fed00d Text Font Color

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

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


#fed00d Background Color

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

This div background color is #fed00d


#fed00d Border Color

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

This div border color is #fed00d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed00d

Related Colors


Comments

No comments written yet.

Please login to write comment.