Color Hex Logo

#faf68e Color Hex

#FAF68E
(250,246,142)
0 Favorites   0 Comments

Color spaces of #faf68e

RGB 250246142
HSL0.160.920.77
HSV58°43°98°
CMYK 0.000.020.43   0.02
XYZ77.262688.188538.5411
Yxy88.18850.37880.4323
Hunter Lab93.9087-17.480941.4029
CIE-Lab95.2403-12.845650.3169

#faf68e color RGB value is (250,246,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110110 10001110
Octal 372 366 216
Decimal 250 246 142
Hex FA F6 8E

RGB Percentages of Color #faf68e

%39.18
%38.56
%22.26

CMYK Percentages of Color #faf68e

%0
%2
%43
%2

Triadic Colors of #faf68e

#faf68e #8efaf6 #f68efa

Analogous Colors of #faf68e

#faf68e #c8fa8e #fac08e

Monochromatic Colors of #faf68e

#faf68e

Complementary Color

#faf68e #8e92fa

#faf68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf68e Color CSS Codes

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

#faf68e Text Font Color

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

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


#faf68e Background Color

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

This div background color is #faf68e


#faf68e Border Color

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

This div border color is #faf68e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf68e


Comments

No comments written yet.

Please login to write comment.