Color Hex Logo

#fee42f Color Hex

#FEE42F
(254,228,47)
0 Favorites   0 Comments

Color spaces of #fee42f

RGB 25422847
HSL0.150.990.59
HSV52°81°100°
CMYK 0.000.100.81   0.00
XYZ69.129576.762913.8625
Yxy76.76290.43270.4805
Hunter Lab87.6144-12.485351.9491
CIE-Lab90.2124-8.158182.5111

#fee42f color RGB value is (254,228,47).

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

The process color (four color CMYK) of #fee42f color hex is 0.00, 0.10, 0.81, 0.00. Web safe color of #fee42f is #ffcc33. Color #fee42f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100100 00101111
Octal 376 344 57
Decimal 254 228 47
Hex FE E4 2F

RGB Percentages of Color #fee42f

%48.02
%43.10
%8.88

CMYK Percentages of Color #fee42f

%0
%10
%81
%0

Triadic Colors of #fee42f

#fee42f #2ffee4 #e42ffe

Analogous Colors of #fee42f

#fee42f #b1fe2f #fe7d2f

Monochromatic Colors of #fee42f

#fee42f

Complementary Color

#fee42f #2f49fe

#fee42f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee42f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee42f Color CSS Codes

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

#fee42f Text Font Color

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

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


#fee42f Background Color

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

This div background color is #fee42f


#fee42f Border Color

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

This div border color is #fee42f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee42f

Related Colors


Comments

No comments written yet.

Please login to write comment.