Color Hex Logo

#feef7f Color Hex

#FEEF7F
(254,239,127)
0 Favorites   0 Comments

Color spaces of #feef7f

RGB 254239127
HSL0.150.980.75
HSV53°50°100°
CMYK 0.000.060.50   0.00
XYZ75.570384.336132.3742
Yxy84.33610.39300.4386
Hunter Lab91.8347-13.824043.3830
CIE-Lab93.5963-9.191755.4709

#feef7f color RGB value is (254,239,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 01111111
Octal 376 357 177
Decimal 254 239 127
Hex FE EF 7F

RGB Percentages of Color #feef7f

%40.97
%38.55
%20.48

CMYK Percentages of Color #feef7f

%0
%6
%50
%0

Triadic Colors of #feef7f

#feef7f #7ffeef #ef7ffe

Analogous Colors of #feef7f

#feef7f #cefe7f #feb07f

Monochromatic Colors of #feef7f

#feef7f

Complementary Color

#feef7f #7f8efe

#feef7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feef7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feef7f Color CSS Codes

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

#feef7f Text Font Color

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

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


#feef7f Background Color

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

This div background color is #feef7f


#feef7f Border Color

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

This div border color is #feef7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feef7f


Comments

No comments written yet.

Please login to write comment.