Color Hex Logo

#fed124 Color Hex

#FED124
(254,209,36)
0 Favorites   0 Comments

Color spaces of #fed124

RGB 25420936
HSL0.130.990.57
HSV48°86°100°
CMYK 0.000.180.86   0.00
XYZ63.992066.799111.1898
Yxy66.79910.45070.4705
Hunter Lab81.7307-3.270149.0941
CIE-Lab85.40241.147781.1509

#fed124 color RGB value is (254,209,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010001 00100100
Octal 376 321 44
Decimal 254 209 36
Hex FE D1 24

RGB Percentages of Color #fed124

%50.90
%41.88
%7.21

CMYK Percentages of Color #fed124

%0
%18
%86
%0

Triadic Colors of #fed124

#fed124 #24fed1 #d124fe

Analogous Colors of #fed124

#fed124 #befe24 #fe6424

Monochromatic Colors of #fed124

#fed124

Complementary Color

#fed124 #2451fe

#fed124 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed124 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed124 Color CSS Codes

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

#fed124 Text Font Color

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

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


#fed124 Background Color

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

This div background color is #fed124


#fed124 Border Color

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

This div border color is #fed124


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed124

Related Colors


Comments

No comments written yet.

Please login to write comment.