Color Hex Logo

#feff07 Color Hex

#FEFF07
(254,255,7)
0 Favorites   0 Comments

Color spaces of #feff07

RGB 2542557
HSL0.171.000.51
HSV60°97°100°
CMYK 0.000.000.97   0.00
XYZ76.671492.606214.0348
Yxy92.60620.41830.5052
Hunter Lab96.2321-26.189258.7154
CIE-Lab97.0676-21.915293.9152

#feff07 color RGB value is (254,255,7).

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

The process color (four color CMYK) of #feff07 color hex is 0.00, 0.00, 0.97, 0.00. Web safe color of #feff07 is #ffff00. Color #feff07 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111111 00000111
Octal 376 377 7
Decimal 254 255 7
Hex FE FF 7

RGB Percentages of Color #feff07

%49.22
%49.42
%1.36

CMYK Percentages of Color #feff07

%0
%0
%97
%0

Triadic Colors of #feff07

#feff07 #07feff #ff07fe

Analogous Colors of #feff07

#feff07 #82ff07 #ff8407

Monochromatic Colors of #feff07

#feff07

Complementary Color

#feff07 #0807ff

#feff07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feff07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feff07 Color CSS Codes

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

#feff07 Text Font Color

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

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


#feff07 Background Color

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

This div background color is #feff07


#feff07 Border Color

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

This div border color is #feff07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feff07

Related Colors


Comments

No comments written yet.

Please login to write comment.