Color Hex Logo

#feed4d Color Hex

#FEED4D
(254,237,77)
0 Favorites   0 Comments

Color spaces of #feed4d

RGB 25423777
HSL0.150.990.65
HSV54°70°100°
CMYK 0.000.070.70   0.00
XYZ72.496882.175019.0616
Yxy82.17500.41730.4730
Hunter Lab90.6504-15.884650.9880
CIE-Lab92.6520-11.488475.4484

#feed4d color RGB value is (254,237,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101101 01001101
Octal 376 355 115
Decimal 254 237 77
Hex FE ED 4D

RGB Percentages of Color #feed4d

%44.72
%41.73
%13.56

CMYK Percentages of Color #feed4d

%0
%7
%70
%0

Triadic Colors of #feed4d

#feed4d #4dfeed #ed4dfe

Analogous Colors of #feed4d

#feed4d #b7fe4d #fe954d

Monochromatic Colors of #feed4d

#feed4d

Complementary Color

#feed4d #4d5efe

#feed4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feed4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#feed4d Color CSS Codes

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

#feed4d Text Font Color

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

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


#feed4d Background Color

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

This div background color is #feed4d


#feed4d Border Color

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

This div border color is #feed4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feed4d

Related Colors


Comments

No comments written yet.

Please login to write comment.