Color Hex Logo

#feed50 Color Hex

#FEED50
(254,237,80)
0 Favorites   0 Comments

Color spaces of #feed50

RGB 25423780
HSL0.150.990.65
HSV54°69°100°
CMYK 0.000.070.69   0.00
XYZ72.605282.218419.6324
Yxy82.21840.41620.4713
Hunter Lab90.6744-15.750850.6349
CIE-Lab92.6712-11.343374.3755

#feed50 color RGB value is (254,237,80).

#feed50 hex color red value is 254, green value is 237 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #feed50 hue: 0.15 , saturation: 0.99 and the lightness value of feed50 is 0.65.

The process color (four color CMYK) of #feed50 color hex is 0.00, 0.07, 0.69, 0.00. Web safe color of #feed50 is #ffff66. Color #feed50 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101101 01010000
Octal 376 355 120
Decimal 254 237 80
Hex FE ED 50

RGB Percentages of Color #feed50

%44.48
%41.51
%14.01

CMYK Percentages of Color #feed50

%0
%7
%69
%0

Triadic Colors of #feed50

#feed50 #50feed #ed50fe

Analogous Colors of #feed50

#feed50 #b8fe50 #fe9650

Monochromatic Colors of #feed50

#feed50

Complementary Color

#feed50 #5061fe

#feed50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feed50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feed50 Color CSS Codes

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

#feed50 Text Font Color

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

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


#feed50 Background Color

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

This div background color is #feed50


#feed50 Border Color

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

This div border color is #feed50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feed50

Related Colors


Comments

No comments written yet.

Please login to write comment.