Color Hex Logo

#fff886 Color Hex

#FFF886
(255,248,134)
0 Favorites   0 Comments

Color spaces of #fff886

RGB 255248134
HSL0.161.000.76
HSV57°47°100°
CMYK 0.000.030.47   0.00
XYZ79.110590.116035.7788
Yxy90.11600.38590.4396
Hunter Lab94.9294-17.371644.1043
CIE-Lab96.0449-12.622855.1683

#fff886 color RGB value is (255,248,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111000 10000110
Octal 377 370 206
Decimal 255 248 134
Hex FF F8 86

RGB Percentages of Color #fff886

%40.03
%38.93
%21.04

CMYK Percentages of Color #fff886

%0
%3
%47
%0

Triadic Colors of #fff886

#fff886 #86fff8 #f886ff

Analogous Colors of #fff886

#fff886 #caff86 #ffbc86

Monochromatic Colors of #fff886

#fff886

Complementary Color

#fff886 #868dff

#fff886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff886 Color CSS Codes

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

#fff886 Text Font Color

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

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


#fff886 Background Color

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

This div background color is #fff886


#fff886 Border Color

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

This div border color is #fff886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff886

Related Colors


Comments

No comments written yet.

Please login to write comment.