Color Hex Logo

#feee40 Color Hex

#FEEE40
(254,238,64)
0 Favorites   0 Comments

Color spaces of #feee40

RGB 25423864
HSL0.150.990.62
HSV55°75°100°
CMYK 0.000.060.75   0.00
XYZ72.373082.590116.9775
Yxy82.59010.42090.4803
Hunter Lab90.8791-16.887152.5392
CIE-Lab92.8347-12.535979.9992

#feee40 color RGB value is (254,238,64).

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

The process color (four color CMYK) of #feee40 color hex is 0.00, 0.06, 0.75, 0.00. Web safe color of #feee40 is #ffff33. Color #feee40 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101110 01000000
Octal 376 356 100
Decimal 254 238 64
Hex FE EE 40

RGB Percentages of Color #feee40

%45.68
%42.81
%11.51

CMYK Percentages of Color #feee40

%0
%6
%75
%0

Triadic Colors of #feee40

#feee40 #40feee #ee40fe

Analogous Colors of #feee40

#feee40 #affe40 #fe8f40

Monochromatic Colors of #feee40

#feee40

Complementary Color

#feee40 #4050fe

#feee40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feee40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feee40 Color CSS Codes

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

#feee40 Text Font Color

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

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


#feee40 Background Color

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

This div background color is #feee40


#feee40 Border Color

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

This div border color is #feee40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feee40


Comments

No comments written yet.

Please login to write comment.