Color Hex Logo

#fee72f Color Hex

#FEE72F
(254,231,47)
0 Favorites   0 Comments

Color spaces of #fee72f

RGB 25423147
HSL0.150.990.59
HSV53°81°100°
CMYK 0.000.090.81   0.00
XYZ69.962178.427914.1400
Yxy78.42790.43050.4825
Hunter Lab88.5595-13.964052.5250
CIE-Lab90.9748-9.646483.1587

#fee72f color RGB value is (254,231,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100111 00101111
Octal 376 347 57
Decimal 254 231 47
Hex FE E7 2F

RGB Percentages of Color #fee72f

%47.74
%43.42
%8.83

CMYK Percentages of Color #fee72f

%0
%9
%81
%0

Triadic Colors of #fee72f

#fee72f #2ffee7 #e72ffe

Analogous Colors of #fee72f

#fee72f #aefe2f #fe802f

Monochromatic Colors of #fee72f

#fee72f

Complementary Color

#fee72f #2f46fe

#fee72f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee72f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee72f Color CSS Codes

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

#fee72f Text Font Color

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

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


#fee72f Background Color

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

This div background color is #fee72f


#fee72f Border Color

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

This div border color is #fee72f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee72f


Comments

No comments written yet.

Please login to write comment.