Color Hex Logo

#faf78e Color Hex

#FAF78E
(250,247,142)
0 Favorites   0 Comments

Color spaces of #faf78e

RGB 250247142
HSL0.160.920.77
HSV58°43°98°
CMYK 0.000.010.43   0.02
XYZ77.567688.798538.6428
Yxy88.79850.37840.4331
Hunter Lab94.2330-17.975941.6496
CIE-Lab95.4961-13.335450.6338

#faf78e color RGB value is (250,247,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110111 10001110
Octal 372 367 216
Decimal 250 247 142
Hex FA F7 8E

RGB Percentages of Color #faf78e

%39.12
%38.65
%22.22

CMYK Percentages of Color #faf78e

%0
%1
%43
%2

Triadic Colors of #faf78e

#faf78e #8efaf7 #f78efa

Analogous Colors of #faf78e

#faf78e #c7fa8e #fac18e

Monochromatic Colors of #faf78e

#faf78e

Complementary Color

#faf78e #8e91fa

#faf78e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf78e Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf78e Color CSS Codes

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

#faf78e Text Font Color

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

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


#faf78e Background Color

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

This div background color is #faf78e


#faf78e Border Color

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

This div border color is #faf78e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf78e

#faf78e Color Palettes


Comments

No comments written yet.

Please login to write comment.