Color Hex Logo

#feff40 Color Hex

#FEFF40
(254,255,64)
0 Favorites   0 Comments

Color spaces of #feff40

RGB 25425564
HSL0.171.000.63
HSV60°75°100°
CMYK 0.000.000.75   0.00
XYZ77.558592.961018.7060
Yxy92.96100.40990.4913
Hunter Lab96.4163-25.140855.9884
CIE-Lab97.2118-20.748684.0101

#feff40 color RGB value is (254,255,64).

#feff40 hex color red value is 254, green value is 255 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #feff40 hue: 0.17 , saturation: 1.00 and the lightness value of feff40 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111111 01000000
Octal 376 377 100
Decimal 254 255 64
Hex FE FF 40

RGB Percentages of Color #feff40

%44.33
%44.50
%11.17

CMYK Percentages of Color #feff40

%0
%0
%75
%0

Triadic Colors of #feff40

#feff40 #40feff #ff40fe

Analogous Colors of #feff40

#feff40 #9fff40 #ffa140

Monochromatic Colors of #feff40

#feff40

Complementary Color

#feff40 #4140ff

#feff40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feff40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feff40 Color CSS Codes

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

#feff40 Text Font Color

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

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


#feff40 Background Color

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

This div background color is #feff40


#feff40 Border Color

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

This div border color is #feff40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feff40

Related Colors

#feff40 Color Palettes


Comments

No comments written yet.

Please login to write comment.