Color Hex Logo

#feef47 Color Hex

#FEEF47
(254,239,71)
0 Favorites   0 Comments

Color spaces of #feef47

RGB 25423971
HSL0.150.990.64
HSV55°72°100°
CMYK 0.000.060.72   0.00
XYZ72.876983.258818.1908
Yxy83.25880.41800.4776
Hunter Lab91.2463-17.115952.0524
CIE-Lab93.1276-12.741477.9987

#feef47 color RGB value is (254,239,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 01000111
Octal 376 357 107
Decimal 254 239 71
Hex FE EF 47

RGB Percentages of Color #feef47

%45.04
%42.38
%12.59

CMYK Percentages of Color #feef47

%0
%6
%72
%0

Triadic Colors of #feef47

#feef47 #47feef #ef47fe

Analogous Colors of #feef47

#feef47 #b2fe47 #fe9447

Monochromatic Colors of #feef47

#feef47

Complementary Color

#feef47 #4756fe

#feef47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feef47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feef47 Color CSS Codes

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

#feef47 Text Font Color

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

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


#feef47 Background Color

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

This div background color is #feef47


#feef47 Border Color

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

This div border color is #feef47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feef47

Related Colors


Comments

No comments written yet.

Please login to write comment.