Color Hex Logo

#ffff80 Color Hex

#FFFF80
(255,255,128)
7 Favorites   1 Comments

Color spaces of #ffff80

RGB 255255128
HSL0.171.000.75
HSV60°50°100°
CMYK 0.000.000.50   0.00
XYZ80.896394.338534.3675
Yxy94.33850.38600.4501
Hunter Lab97.1280-21.304347.0106
CIE-Lab97.7682-16.538459.9786

#ffff80 color RGB value is (255,255,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111111 10000000
Octal 377 377 200
Decimal 255 255 128
Hex FF FF 80

RGB Percentages of Color #ffff80

%39.97
%39.97
%20.06

CMYK Percentages of Color #ffff80

%0
%0
%50
%0

Triadic Colors of #ffff80

#ffff80 #80ffff #ff80ff

Analogous Colors of #ffff80

#ffff80 #c0ff80 #ffc080

Monochromatic Colors of #ffff80

#ffff80

Complementary Color

#ffff80 #8080ff

#ffff80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffff80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffff80 Color CSS Codes

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

#ffff80 Text Font Color

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

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


#ffff80 Background Color

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

This div background color is #ffff80


#ffff80 Border Color

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

This div border color is #ffff80


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,255,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 #ffff80">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffff80

Related Colors


Comments

27 Jun 2020, 14:32 alonsopro

light yelllow

Please login to write comment.