Color Hex Logo

#fed940 Color Hex

#FED940
(254,217,64)
0 Favorites   0 Comments

Color spaces of #fed940

RGB 25421764
HSL0.130.990.62
HSV48°75°100°
CMYK 0.000.150.75   0.00
XYZ66.611371.066715.0569
Yxy71.06670.43610.4653
Hunter Lab84.3011-6.483448.4210
CIE-Lab87.5174-2.069475.0542

#fed940 color RGB value is (254,217,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011001 01000000
Octal 376 331 100
Decimal 254 217 64
Hex FE D9 40

RGB Percentages of Color #fed940

%47.48
%40.56
%11.96

CMYK Percentages of Color #fed940

%0
%15
%75
%0

Triadic Colors of #fed940

#fed940 #40fed9 #d940fe

Analogous Colors of #fed940

#fed940 #c4fe40 #fe7a40

Monochromatic Colors of #fed940

#fed940

Complementary Color

#fed940 #4065fe

#fed940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed940 Color CSS Codes

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

#fed940 Text Font Color

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

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


#fed940 Background Color

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

This div background color is #fed940


#fed940 Border Color

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

This div border color is #fed940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed940


Comments

No comments written yet.

Please login to write comment.