Color Hex Logo

#fee028 Color Hex

#FEE028
(254,224,40)
0 Favorites   0 Comments

Color spaces of #fee028

RGB 25422440
HSL0.140.990.58
HSV52°84°100°
CMYK 0.000.120.84   0.00
XYZ67.911774.535312.8149
Yxy74.53530.43740.4801
Hunter Lab86.3338-10.673051.6330
CIE-Lab89.1749-6.342183.3234

#fee028 color RGB value is (254,224,40).

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

The process color (four color CMYK) of #fee028 color hex is 0.00, 0.12, 0.84, 0.00. Web safe color of #fee028 is #ffcc33. Color #fee028 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100000 00101000
Octal 376 340 50
Decimal 254 224 40
Hex FE E0 28

RGB Percentages of Color #fee028

%49.03
%43.24
%7.72

CMYK Percentages of Color #fee028

%0
%12
%84
%0

Triadic Colors of #fee028

#fee028 #28fee0 #e028fe

Analogous Colors of #fee028

#fee028 #b1fe28 #fe7528

Monochromatic Colors of #fee028

#fee028

Complementary Color

#fee028 #2846fe

#fee028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee028 Color CSS Codes

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

#fee028 Text Font Color

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

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


#fee028 Background Color

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

This div background color is #fee028


#fee028 Border Color

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

This div border color is #fee028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee028


Comments

No comments written yet.

Please login to write comment.