Color Hex Logo

#fee72e Color Hex

#FEE72E
(254,231,46)
0 Favorites   0 Comments

Color spaces of #fee72e

RGB 25423146
HSL0.150.990.59
HSV53°82°100°
CMYK 0.000.090.82   0.00
XYZ69.942178.419914.0350
Yxy78.41990.43070.4829
Hunter Lab88.5550-13.989252.5917
CIE-Lab90.9712-9.673883.4037

#fee72e color RGB value is (254,231,46).

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

The process color (four color CMYK) of #fee72e color hex is 0.00, 0.09, 0.82, 0.00. Web safe color of #fee72e is #ffff33. Color #fee72e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100111 00101110
Octal 376 347 56
Decimal 254 231 46
Hex FE E7 2E

RGB Percentages of Color #fee72e

%47.83
%43.50
%8.66

CMYK Percentages of Color #fee72e

%0
%9
%82
%0

Triadic Colors of #fee72e

#fee72e #2efee7 #e72efe

Analogous Colors of #fee72e

#fee72e #adfe2e #fe7f2e

Monochromatic Colors of #fee72e

#fee72e

Complementary Color

#fee72e #2e45fe

#fee72e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee72e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee72e Color CSS Codes

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

#fee72e Text Font Color

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

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


#fee72e Background Color

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

This div background color is #fee72e


#fee72e Border Color

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

This div border color is #fee72e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee72e


Comments

No comments written yet.

Please login to write comment.