Color Hex Logo

#feff06 Color Hex

#FEFF06
(254,255,6)
0 Favorites   0 Comments

Color spaces of #feff06

RGB 2542556
HSL0.171.000.51
HSV60°98°100°
CMYK 0.000.000.98   0.00
XYZ76.665992.604014.0059
Yxy92.60400.41830.5053
Hunter Lab96.2310-26.195758.7323
CIE-Lab97.0667-21.922593.9831

#feff06 color RGB value is (254,255,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111111 00000110
Octal 376 377 6
Decimal 254 255 6
Hex FE FF 6

RGB Percentages of Color #feff06

%49.32
%49.51
%1.17

CMYK Percentages of Color #feff06

%0
%0
%98
%0

Triadic Colors of #feff06

#feff06 #06feff #ff06fe

Analogous Colors of #feff06

#feff06 #82ff06 #ff8406

Monochromatic Colors of #feff06

#feff06

Complementary Color

#feff06 #0706ff

#feff06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feff06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feff06 Color CSS Codes

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

#feff06 Text Font Color

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

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


#feff06 Background Color

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

This div background color is #feff06


#feff06 Border Color

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

This div border color is #feff06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feff06

Related Colors

#feff06 Color Palettes


Comments

No comments written yet.

Please login to write comment.