Color Hex Logo

#feed7e Color Hex

#FEED7E
(254,237,126)
0 Favorites   0 Comments

Color spaces of #feed7e

RGB 254237126
HSL0.140.980.75
HSV52°50°100°
CMYK 0.000.070.50   0.00
XYZ74.923183.145631.8385
Yxy83.14560.39450.4378
Hunter Lab91.1842-12.904743.1268
CIE-Lab93.0781-8.284555.3179

#feed7e color RGB value is (254,237,126).

#feed7e hex color red value is 254, green value is 237 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #feed7e hue: 0.14 , saturation: 0.98 and the lightness value of feed7e is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101101 01111110
Octal 376 355 176
Decimal 254 237 126
Hex FE ED 7E

RGB Percentages of Color #feed7e

%41.17
%38.41
%20.42

CMYK Percentages of Color #feed7e

%0
%7
%50
%0

Triadic Colors of #feed7e

#feed7e #7efeed #ed7efe

Analogous Colors of #feed7e

#feed7e #cffe7e #fead7e

Monochromatic Colors of #feed7e

#feed7e

Complementary Color

#feed7e #7e8ffe

#feed7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feed7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#feed7e Color CSS Codes

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

#feed7e Text Font Color

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

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


#feed7e Background Color

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

This div background color is #feed7e


#feed7e Border Color

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

This div border color is #feed7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feed7e


Comments

No comments written yet.

Please login to write comment.