Color Hex Logo

#feff82 Color Hex

#FEFF82
(254,255,130)
0 Favorites   0 Comments

Color spaces of #feff82

RGB 254255130
HSL0.171.000.75
HSV60°49°100°
CMYK 0.000.000.49   0.00
XYZ80.662394.202535.0506
Yxy94.20250.38430.4488
Hunter Lab97.0580-21.504846.5291
CIE-Lab97.7135-16.760058.9880

#feff82 color RGB value is (254,255,130).

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

The process color (four color CMYK) of #feff82 color hex is 0.00, 0.00, 0.49, 0.00. Web safe color of #feff82 is #ffff99. Color #feff82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111111 10000010
Octal 376 377 202
Decimal 254 255 130
Hex FE FF 82

RGB Percentages of Color #feff82

%39.75
%39.91
%20.34

CMYK Percentages of Color #feff82

%0
%0
%49
%0

Triadic Colors of #feff82

#feff82 #82feff #ff82fe

Analogous Colors of #feff82

#feff82 #c0ff82 #ffc282

Monochromatic Colors of #feff82

#feff82

Complementary Color

#feff82 #8382ff

#feff82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feff82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feff82 Color CSS Codes

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

#feff82 Text Font Color

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

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


#feff82 Background Color

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

This div background color is #feff82


#feff82 Border Color

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

This div border color is #feff82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feff82

Related Colors


Comments

No comments written yet.

Please login to write comment.