Color Hex Logo

#feed7f Color Hex

#FEED7F
(254,237,127)
0 Favorites   0 Comments

Color spaces of #feed7f

RGB 254237127
HSL0.140.980.75
HSV52°50°100°
CMYK 0.000.070.50   0.00
XYZ74.988083.171532.1801
Yxy83.17150.39400.4370
Hunter Lab91.1984-12.825442.9179
CIE-Lab93.0895-8.200054.8644

#feed7f color RGB value is (254,237,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101101 01111111
Octal 376 355 177
Decimal 254 237 127
Hex FE ED 7F

RGB Percentages of Color #feed7f

%41.10
%38.35
%20.55

CMYK Percentages of Color #feed7f

%0
%7
%50
%0

Triadic Colors of #feed7f

#feed7f #7ffeed #ed7ffe

Analogous Colors of #feed7f

#feed7f #d0fe7f #feae7f

Monochromatic Colors of #feed7f

#feed7f

Complementary Color

#feed7f #7f90fe

#feed7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feed7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feed7f Color CSS Codes

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

#feed7f Text Font Color

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

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


#feed7f Background Color

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

This div background color is #feed7f


#feed7f Border Color

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

This div border color is #feed7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feed7f


Comments

No comments written yet.

Please login to write comment.