Color Hex Logo

#feff3c Color Hex

#FEFF3C
(254,255,60)
0 Favorites   0 Comments

Color spaces of #feff3c

RGB 25425560
HSL0.171.000.62
HSV60°76°100°
CMYK 0.000.000.76   0.00
XYZ77.448792.917118.1278
Yxy92.91710.41090.4929
Hunter Lab96.3935-25.270456.3254
CIE-Lab97.1939-20.892485.1369

#feff3c color RGB value is (254,255,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111111 00111100
Octal 376 377 74
Decimal 254 255 60
Hex FE FF 3C

RGB Percentages of Color #feff3c

%44.64
%44.82
%10.54

CMYK Percentages of Color #feff3c

%0
%0
%76
%0

Triadic Colors of #feff3c

#feff3c #3cfeff #ff3cfe

Analogous Colors of #feff3c

#feff3c #9dff3c #ff9f3c

Monochromatic Colors of #feff3c

#feff3c

Complementary Color

#feff3c #3d3cff

#feff3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feff3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#feff3c Color CSS Codes

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

#feff3c Text Font Color

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

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


#feff3c Background Color

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

This div background color is #feff3c


#feff3c Border Color

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

This div border color is #feff3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feff3c

Related Colors


Comments

No comments written yet.

Please login to write comment.