Color Hex Logo

#fed11d Color Hex

#FED11D
(254,209,29)
0 Favorites   0 Comments

Color spaces of #fed11d

RGB 25420929
HSL0.130.990.55
HSV48°89°100°
CMYK 0.000.180.89   0.00
XYZ63.895366.760510.6808
Yxy66.76050.45210.4724
Hunter Lab81.7071-3.399749.4445
CIE-Lab85.38291.011082.5597

#fed11d color RGB value is (254,209,29).

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

The process color (four color CMYK) of #fed11d color hex is 0.00, 0.18, 0.89, 0.00. Web safe color of #fed11d is #ffcc33. Color #fed11d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010001 00011101
Octal 376 321 35
Decimal 254 209 29
Hex FE D1 1D

RGB Percentages of Color #fed11d

%51.63
%42.48
%5.89

CMYK Percentages of Color #fed11d

%0
%18
%89
%0

Triadic Colors of #fed11d

#fed11d #1dfed1 #d11dfe

Analogous Colors of #fed11d

#fed11d #bbfe1d #fe611d

Monochromatic Colors of #fed11d

#fed11d

Complementary Color

#fed11d #1d4afe

#fed11d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed11d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed11d Color CSS Codes

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

#fed11d Text Font Color

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

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


#fed11d Background Color

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

This div background color is #fed11d


#fed11d Border Color

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

This div border color is #fed11d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed11d

Related Colors


Comments

No comments written yet.

Please login to write comment.