Color Hex Logo

#feef2f Color Hex

#FEEF2F
(254,239,47)
0 Favorites   0 Comments

Color spaces of #feef2f

RGB 25423947
HSL0.150.990.59
HSV56°81°100°
CMYK 0.000.060.81   0.00
XYZ72.252683.009114.9036
Yxy83.00910.42460.4878
Hunter Lab91.1093-17.885154.0779
CIE-Lab93.0184-13.581284.8909

#feef2f color RGB value is (254,239,47).

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

The process color (four color CMYK) of #feef2f color hex is 0.00, 0.06, 0.81, 0.00. Web safe color of #feef2f is #ffff33. Color #feef2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 00101111
Octal 376 357 57
Decimal 254 239 47
Hex FE EF 2F

RGB Percentages of Color #feef2f

%47.04
%44.26
%8.70

CMYK Percentages of Color #feef2f

%0
%6
%81
%0

Triadic Colors of #feef2f

#feef2f #2ffeef #ef2ffe

Analogous Colors of #feef2f

#feef2f #a6fe2f #fe882f

Monochromatic Colors of #feef2f

#feef2f

Complementary Color

#feef2f #2f3efe

#feef2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feef2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feef2f Color CSS Codes

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

#feef2f Text Font Color

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

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


#feef2f Background Color

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

This div background color is #feef2f


#feef2f Border Color

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

This div border color is #feef2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feef2f

Related Colors


Comments

No comments written yet.

Please login to write comment.