Color Hex Logo

#fff982 Color Hex

#FFF982
(255,249,130)
0 Favorites   0 Comments

Color spaces of #fff982

RGB 255249130
HSL0.161.000.75
HSV57°49°100°
CMYK 0.000.020.49   0.00
XYZ79.144990.623134.4397
Yxy90.62310.38760.4438
Hunter Lab95.1962-18.190645.1876
CIE-Lab96.2546-13.458957.2737

#fff982 color RGB value is (255,249,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111001 10000010
Octal 377 371 202
Decimal 255 249 130
Hex FF F9 82

RGB Percentages of Color #fff982

%40.22
%39.27
%20.50

CMYK Percentages of Color #fff982

%0
%2
%49
%0

Triadic Colors of #fff982

#fff982 #82fff9 #f982ff

Analogous Colors of #fff982

#fff982 #c7ff82 #ffbb82

Monochromatic Colors of #fff982

#fff982

Complementary Color

#fff982 #8288ff

#fff982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff982 Color CSS Codes

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

#fff982 Text Font Color

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

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


#fff982 Background Color

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

This div background color is #fff982


#fff982 Border Color

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

This div border color is #fff982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff982

Related Colors


Comments

No comments written yet.

Please login to write comment.