Color Hex Logo

#faf67e Color Hex

#FAF67E
(250,246,126)
0 Favorites   0 Comments

Color spaces of #faf67e

RGB 250246126
HSL0.160.930.74
HSV58°50°98°
CMYK 0.000.020.50   0.02
XYZ76.146087.741932.6612
Yxy87.74190.38740.4464
Hunter Lab93.6706-18.818844.8961
CIE-Lab95.0522-14.293757.5877

#faf67e color RGB value is (250,246,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110110 01111110
Octal 372 366 176
Decimal 250 246 126
Hex FA F6 7E

RGB Percentages of Color #faf67e

%40.19
%39.55
%20.26

CMYK Percentages of Color #faf67e

%0
%2
%50
%2

Triadic Colors of #faf67e

#faf67e #7efaf6 #f67efa

Analogous Colors of #faf67e

#faf67e #c0fa7e #fab87e

Monochromatic Colors of #faf67e

#faf67e

Complementary Color

#faf67e #7e82fa

#faf67e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf67e Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf67e Color CSS Codes

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

#faf67e Text Font Color

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

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


#faf67e Background Color

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

This div background color is #faf67e


#faf67e Border Color

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

This div border color is #faf67e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf67e

#faf67e Color Palettes


Comments

No comments written yet.

Please login to write comment.