Color Hex Logo

#feff0e Color Hex

#FEFF0E
(254,255,14)
0 Favorites   0 Comments

Color spaces of #feff0e

RGB 25425514
HSL0.171.000.53
HSV60°95°100°
CMYK 0.000.000.95   0.00
XYZ76.712392.622514.2502
Yxy92.62250.41790.5045
Hunter Lab96.2406-26.140758.5894
CIE-Lab97.0742-21.861093.4124

#feff0e color RGB value is (254,255,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111111 00001110
Octal 376 377 16
Decimal 254 255 14
Hex FE FF E

RGB Percentages of Color #feff0e

%48.57
%48.76
%2.68

CMYK Percentages of Color #feff0e

%0
%0
%95
%0

Triadic Colors of #feff0e

#feff0e #0efeff #ff0efe

Analogous Colors of #feff0e

#feff0e #86ff0e #ff880e

Monochromatic Colors of #feff0e

#feff0e

Complementary Color

#feff0e #0f0eff

#feff0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feff0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#feff0e Color CSS Codes

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

#feff0e Text Font Color

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

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


#feff0e Background Color

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

This div background color is #feff0e


#feff0e Border Color

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

This div border color is #feff0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feff0e

Related Colors

#feff0e Color Palettes


Comments

No comments written yet.

Please login to write comment.