Color Hex Logo

#fee728 Color Hex

#FEE728
(254,231,40)
0 Favorites   0 Comments

Color spaces of #fee728

RGB 25423140
HSL0.150.990.58
HSV54°84°100°
CMYK 0.000.090.84   0.00
XYZ69.832078.375913.4550
Yxy78.37590.43200.4848
Hunter Lab88.5302-14.128252.9601
CIE-Lab90.9512-9.824584.7805

#fee728 color RGB value is (254,231,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100111 00101000
Octal 376 347 50
Decimal 254 231 40
Hex FE E7 28

RGB Percentages of Color #fee728

%48.38
%44.00
%7.62

CMYK Percentages of Color #fee728

%0
%9
%84
%0

Triadic Colors of #fee728

#fee728 #28fee7 #e728fe

Analogous Colors of #fee728

#fee728 #aafe28 #fe7c28

Monochromatic Colors of #fee728

#fee728

Complementary Color

#fee728 #283ffe

#fee728 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee728 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee728 Color CSS Codes

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

#fee728 Text Font Color

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

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


#fee728 Background Color

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

This div background color is #fee728


#fee728 Border Color

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

This div border color is #fee728


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee728


Comments

No comments written yet.

Please login to write comment.