Color Hex Logo

#faf787 Color Hex

#FAF787
(250,247,135)
0 Favorites   0 Comments

Color spaces of #faf787

RGB 250247135
HSL0.160.920.75
HSV58°46°98°
CMYK 0.000.010.46   0.02
XYZ77.058388.594835.9608
Yxy88.59480.38220.4394
Hunter Lab94.1248-18.583743.2354
CIE-Lab95.4108-13.992553.8415

#faf787 color RGB value is (250,247,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110111 10000111
Octal 372 367 207
Decimal 250 247 135
Hex FA F7 87

RGB Percentages of Color #faf787

%39.56
%39.08
%21.36

CMYK Percentages of Color #faf787

%0
%1
%46
%2

Triadic Colors of #faf787

#faf787 #87faf7 #f787fa

Analogous Colors of #faf787

#faf787 #c4fa87 #fabe87

Monochromatic Colors of #faf787

#faf787

Complementary Color

#faf787 #878afa

#faf787 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf787 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf787 Color CSS Codes

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

#faf787 Text Font Color

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

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


#faf787 Background Color

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

This div background color is #faf787


#faf787 Border Color

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

This div border color is #faf787


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,247,135, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf787

Related Colors


Comments

No comments written yet.

Please login to write comment.