Color Hex Logo

#fffe80 Color Hex

#FFFE80
(255,254,128)
0 Favorites   0 Comments

Color spaces of #fffe80

RGB 255254128
HSL0.171.000.75
HSV60°50°100°
CMYK 0.000.000.50   0.00
XYZ80.578193.702134.2615
Yxy93.70210.38640.4493
Hunter Lab96.7998-20.812846.7747
CIE-Lab97.5118-16.055359.6767

#fffe80 color RGB value is (255,254,128).

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

The process color (four color CMYK) of #fffe80 color hex is 0.00, 0.00, 0.50, 0.00. Web safe color of #fffe80 is #ffff99. Color #fffe80 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111110 10000000
Octal 377 376 200
Decimal 255 254 128
Hex FF FE 80

RGB Percentages of Color #fffe80

%40.03
%39.87
%20.09

CMYK Percentages of Color #fffe80

%0
%0
%50
%0

Triadic Colors of #fffe80

#fffe80 #80fffe #fe80ff

Analogous Colors of #fffe80

#fffe80 #c1ff80 #ffbf80

Monochromatic Colors of #fffe80

#fffe80

Complementary Color

#fffe80 #8081ff

#fffe80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffe80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffe80 Color CSS Codes

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

#fffe80 Text Font Color

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

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


#fffe80 Background Color

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

This div background color is #fffe80


#fffe80 Border Color

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

This div border color is #fffe80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffe80

Related Colors


Comments

No comments written yet.

Please login to write comment.