Color Hex Logo

#fee928 Color Hex

#FEE928
(254,233,40)
0 Favorites   0 Comments

Color spaces of #fee928

RGB 25423340
HSL0.150.990.58
HSV54°84°100°
CMYK 0.000.080.84   0.00
XYZ70.395079.501913.6427
Yxy79.50190.43040.4861
Hunter Lab89.1638-15.110753.3429
CIE-Lab91.4609-10.812485.1983

#fee928 color RGB value is (254,233,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101001 00101000
Octal 376 351 50
Decimal 254 233 40
Hex FE E9 28

RGB Percentages of Color #fee928

%48.20
%44.21
%7.59

CMYK Percentages of Color #fee928

%0
%8
%84
%0

Triadic Colors of #fee928

#fee928 #28fee9 #e928fe

Analogous Colors of #fee928

#fee928 #a8fe28 #fe7e28

Monochromatic Colors of #fee928

#fee928

Complementary Color

#fee928 #283dfe

#fee928 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee928 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee928 Color CSS Codes

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

#fee928 Text Font Color

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

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


#fee928 Background Color

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

This div background color is #fee928


#fee928 Border Color

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

This div border color is #fee928


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee928


Comments

No comments written yet.

Please login to write comment.