Color Hex Logo

#faf782 Color Hex

#FAF782
(250,247,130)
0 Favorites   0 Comments

Color spaces of #faf782

RGB 250247130
HSL0.160.920.75
HSV59°48°98°
CMYK 0.000.010.48   0.02
XYZ76.714488.457234.1498
Yxy88.45720.38490.4438
Hunter Lab94.0517-18.994844.3082
CIE-Lab95.3531-14.438456.1028

#faf782 color RGB value is (250,247,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110111 10000010
Octal 372 367 202
Decimal 250 247 130
Hex FA F7 82

RGB Percentages of Color #faf782

%39.87
%39.39
%20.73

CMYK Percentages of Color #faf782

%0
%1
%48
%2

Triadic Colors of #faf782

#faf782 #82faf7 #f782fa

Analogous Colors of #faf782

#faf782 #c1fa82 #fabb82

Monochromatic Colors of #faf782

#faf782

Complementary Color

#faf782 #8285fa

#faf782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf782 Color CSS Codes

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

#faf782 Text Font Color

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

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


#faf782 Background Color

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

This div background color is #faf782


#faf782 Border Color

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

This div border color is #faf782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf782


Comments

No comments written yet.

Please login to write comment.