Color Hex Logo

#fed840 Color Hex

#FED840
(254,216,64)
0 Favorites   0 Comments

Color spaces of #fed840

RGB 25421664
HSL0.130.990.62
HSV48°75°100°
CMYK 0.000.150.75   0.00
XYZ66.354370.552714.9713
Yxy70.55270.43690.4645
Hunter Lab83.9957-5.982248.2292
CIE-Lab87.2672-1.563074.8192

#fed840 color RGB value is (254,216,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011000 01000000
Octal 376 330 100
Decimal 254 216 64
Hex FE D8 40

RGB Percentages of Color #fed840

%47.57
%40.45
%11.99

CMYK Percentages of Color #fed840

%0
%15
%75
%0

Triadic Colors of #fed840

#fed840 #40fed8 #d840fe

Analogous Colors of #fed840

#fed840 #c5fe40 #fe7940

Monochromatic Colors of #fed840

#fed840

Complementary Color

#fed840 #4066fe

#fed840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed840 Color CSS Codes

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

#fed840 Text Font Color

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

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


#fed840 Background Color

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

This div background color is #fed840


#fed840 Border Color

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

This div border color is #fed840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed840

Related Colors


Comments

No comments written yet.

Please login to write comment.