Color Hex Logo

#feef4f Color Hex

#FEEF4F
(254,239,79)
0 Favorites   0 Comments

Color spaces of #feef4f

RGB 25423979
HSL0.150.990.65
HSV55°69°100°
CMYK 0.000.060.69   0.00
XYZ73.150883.368319.6334
Yxy83.36830.41530.4733
Hunter Lab91.3062-16.779151.1654
CIE-Lab93.1754-12.374975.2431

#feef4f color RGB value is (254,239,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 01001111
Octal 376 357 117
Decimal 254 239 79
Hex FE EF 4F

RGB Percentages of Color #feef4f

%44.41
%41.78
%13.81

CMYK Percentages of Color #feef4f

%0
%6
%69
%0

Triadic Colors of #feef4f

#feef4f #4ffeef #ef4ffe

Analogous Colors of #feef4f

#feef4f #b6fe4f #fe984f

Monochromatic Colors of #feef4f

#feef4f

Complementary Color

#feef4f #4f5efe

#feef4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feef4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feef4f Color CSS Codes

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

#feef4f Text Font Color

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

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


#feef4f Background Color

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

This div background color is #feef4f


#feef4f Border Color

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

This div border color is #feef4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feef4f


Comments

No comments written yet.

Please login to write comment.