Color Hex Logo

#fff986 Color Hex

#FFF986
(255,249,134)
1 Favorites   0 Comments

Color spaces of #fff986

RGB 255249134
HSL0.161.000.76
HSV57°47°100°
CMYK 0.000.020.47   0.00
XYZ79.418890.732635.8816
Yxy90.73260.38550.4404
Hunter Lab95.2537-17.867544.3433
CIE-Lab96.2998-13.111755.4758

#fff986 color RGB value is (255,249,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111001 10000110
Octal 377 371 206
Decimal 255 249 134
Hex FF F9 86

RGB Percentages of Color #fff986

%39.97
%39.03
%21.00

CMYK Percentages of Color #fff986

%0
%2
%47
%0

Triadic Colors of #fff986

#fff986 #86fff9 #f986ff

Analogous Colors of #fff986

#fff986 #c9ff86 #ffbd86

Monochromatic Colors of #fff986

#fff986

Complementary Color

#fff986 #868cff

#fff986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff986 Color CSS Codes

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

#fff986 Text Font Color

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

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


#fff986 Background Color

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

This div background color is #fff986


#fff986 Border Color

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

This div border color is #fff986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff986

Related Colors

#fff986 Color Palettes


Comments

No comments written yet.

Please login to write comment.