Color Hex Logo

#faf786 Color Hex

#FAF786
(250,247,134)
0 Favorites   0 Comments

Color spaces of #faf786

RGB 250247134
HSL0.160.920.75
HSV58°46°98°
CMYK 0.000.010.46   0.02
XYZ76.988288.566835.5916
Yxy88.56680.38270.4403
Hunter Lab94.1099-18.667543.4540
CIE-Lab95.3991-14.083454.2960

#faf786 color RGB value is (250,247,134).

#faf786 hex color red value is 250, green value is 247 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #faf786 hue: 0.16 , saturation: 0.92 and the lightness value of faf786 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110111 10000110
Octal 372 367 206
Decimal 250 247 134
Hex FA F7 86

RGB Percentages of Color #faf786

%39.62
%39.14
%21.24

CMYK Percentages of Color #faf786

%0
%1
%46
%2

Triadic Colors of #faf786

#faf786 #86faf7 #f786fa

Analogous Colors of #faf786

#faf786 #c3fa86 #fabd86

Monochromatic Colors of #faf786

#faf786

Complementary Color

#faf786 #8689fa

#faf786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf786 Color CSS Codes

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

#faf786 Text Font Color

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

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


#faf786 Background Color

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

This div background color is #faf786


#faf786 Border Color

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

This div border color is #faf786


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf786

Related Colors


Comments

No comments written yet.

Please login to write comment.