Color Hex Logo

#fed340 Color Hex

#FED340
(254,211,64)
0 Favorites   0 Comments

Color spaces of #fed340

RGB 25421164
HSL0.130.990.62
HSV46°75°100°
CMYK 0.000.170.75   0.00
XYZ65.092768.029514.5507
Yxy68.02950.44080.4607
Hunter Lab82.4800-3.468947.2764
CIE-Lab86.02120.978773.6467

#fed340 color RGB value is (254,211,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010011 01000000
Octal 376 323 100
Decimal 254 211 64
Hex FE D3 40

RGB Percentages of Color #fed340

%48.02
%39.89
%12.10

CMYK Percentages of Color #fed340

%0
%17
%75
%0

Triadic Colors of #fed340

#fed340 #40fed3 #d340fe

Analogous Colors of #fed340

#fed340 #cafe40 #fe7440

Monochromatic Colors of #fed340

#fed340

Complementary Color

#fed340 #406bfe

#fed340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed340 Color CSS Codes

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

#fed340 Text Font Color

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

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


#fed340 Background Color

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

This div background color is #fed340


#fed340 Border Color

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

This div border color is #fed340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed340

#fed340 Color Palettes


Comments

No comments written yet.

Please login to write comment.