Color Hex Logo

#fed924 Color Hex

#FED924
(254,217,36)
0 Favorites   0 Comments

Color spaces of #fed924

RGB 25421736
HSL0.140.990.57
HSV50°86°100°
CMYK 0.000.150.86   0.00
XYZ66.004370.823911.8606
Yxy70.82390.44390.4763
Hunter Lab84.1569-7.277150.5539
CIE-Lab87.3994-2.913882.7582

#fed924 color RGB value is (254,217,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011001 00100100
Octal 376 331 44
Decimal 254 217 36
Hex FE D9 24

RGB Percentages of Color #fed924

%50.10
%42.80
%7.10

CMYK Percentages of Color #fed924

%0
%15
%86
%0

Triadic Colors of #fed924

#fed924 #24fed9 #d924fe

Analogous Colors of #fed924

#fed924 #b6fe24 #fe6c24

Monochromatic Colors of #fed924

#fed924

Complementary Color

#fed924 #2449fe

#fed924 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed924 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed924 Color CSS Codes

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

#fed924 Text Font Color

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

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


#fed924 Background Color

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

This div background color is #fed924


#fed924 Border Color

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

This div border color is #fed924


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed924


Comments

No comments written yet.

Please login to write comment.