Color Hex Logo

#faf876 Color Hex

#FAF876
(250,248,118)
0 Favorites   0 Comments

Color spaces of #faf876

RGB 250248118
HSL0.160.930.72
HSV59°53°98°
CMYK 0.000.010.53   0.02
XYZ76.261888.766830.2538
Yxy88.76680.39050.4546
Hunter Lab94.2161-20.394246.9126
CIE-Lab95.4829-15.915061.7040

#faf876 color RGB value is (250,248,118).

#faf876 hex color red value is 250, green value is 248 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #faf876 hue: 0.16 , saturation: 0.93 and the lightness value of faf876 is 0.72.

The process color (four color CMYK) of #faf876 color hex is 0.00, 0.01, 0.53, 0.02. Web safe color of #faf876 is #ffff66. Color #faf876 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111000 01110110
Octal 372 370 166
Decimal 250 248 118
Hex FA F8 76

RGB Percentages of Color #faf876

%40.58
%40.26
%19.16

CMYK Percentages of Color #faf876

%0
%1
%53
%2

Triadic Colors of #faf876

#faf876 #76faf8 #f876fa

Analogous Colors of #faf876

#faf876 #bafa76 #fab676

Monochromatic Colors of #faf876

#faf876

Complementary Color

#faf876 #7678fa

#faf876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf876 Color CSS Codes

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

#faf876 Text Font Color

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

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


#faf876 Background Color

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

This div background color is #faf876


#faf876 Border Color

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

This div border color is #faf876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf876

Related Colors


Comments

No comments written yet.

Please login to write comment.