Color Hex Logo

#fff086 Color Hex

#FFF086
(255,240,134)
0 Favorites   0 Comments

Color spaces of #fff086

RGB 255240134
HSL0.151.000.76
HSV53°47°100°
CMYK 0.000.060.47   0.00
XYZ76.703285.301434.9764
Yxy85.30140.38940.4330
Hunter Lab92.3588-13.385042.1979
CIE-Lab94.0128-8.684052.7043

#fff086 color RGB value is (255,240,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110000 10000110
Octal 377 360 206
Decimal 255 240 134
Hex FF F0 86

RGB Percentages of Color #fff086

%40.54
%38.16
%21.30

CMYK Percentages of Color #fff086

%0
%6
%47
%0

Triadic Colors of #fff086

#fff086 #86fff0 #f086ff

Analogous Colors of #fff086

#fff086 #d2ff86 #ffb486

Monochromatic Colors of #fff086

#fff086

Complementary Color

#fff086 #8695ff

#fff086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff086 Color CSS Codes

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

#fff086 Text Font Color

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

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


#fff086 Background Color

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

This div background color is #fff086


#fff086 Border Color

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

This div border color is #fff086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff086

Related Colors

#fff086 Color Palettes


Comments

No comments written yet.

Please login to write comment.