Color Hex Logo

#fff980 Color Hex

#FFF980
(255,249,128)
0 Favorites   0 Comments

Color spaces of #fff980

RGB 255249128
HSL0.161.000.75
HSV57°50°100°
CMYK 0.000.020.50   0.00
XYZ79.012090.569933.7394
Yxy90.56990.38860.4455
Hunter Lab95.1682-18.347445.5980
CIE-Lab96.2327-13.627658.1658

#fff980 color RGB value is (255,249,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111001 10000000
Octal 377 371 200
Decimal 255 249 128
Hex FF F9 80

RGB Percentages of Color #fff980

%40.35
%39.40
%20.25

CMYK Percentages of Color #fff980

%0
%2
%50
%0

Triadic Colors of #fff980

#fff980 #80fff9 #f980ff

Analogous Colors of #fff980

#fff980 #c6ff80 #ffba80

Monochromatic Colors of #fff980

#fff980

Complementary Color

#fff980 #8086ff

#fff980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff980 Color CSS Codes

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

#fff980 Text Font Color

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

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


#fff980 Background Color

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

This div background color is #fff980


#fff980 Border Color

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

This div border color is #fff980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff980

Related Colors


Comments

No comments written yet.

Please login to write comment.