Color Hex Logo

#faf86b Color Hex

#FAF86B
(250,248,107)
0 Favorites   0 Comments

Color spaces of #faf86b

RGB 250248107
HSL0.160.930.70
HSV59°57°98°
CMYK 0.000.010.57   0.02
XYZ75.645688.520327.0091
Yxy88.52030.39570.4630
Hunter Lab94.0852-21.133148.8392
CIE-Lab95.3796-16.724666.3691

#faf86b color RGB value is (250,248,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111000 01101011
Octal 372 370 153
Decimal 250 248 107
Hex FA F8 6B

RGB Percentages of Color #faf86b

%41.32
%40.99
%17.69

CMYK Percentages of Color #faf86b

%0
%1
%57
%2

Triadic Colors of #faf86b

#faf86b #6bfaf8 #f86bfa

Analogous Colors of #faf86b

#faf86b #b5fa6b #fab16b

Monochromatic Colors of #faf86b

#faf86b

Complementary Color

#faf86b #6b6dfa

#faf86b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf86b Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf86b Color CSS Codes

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

#faf86b Text Font Color

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

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


#faf86b Background Color

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

This div background color is #faf86b


#faf86b Border Color

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

This div border color is #faf86b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf86b

Related Colors


Comments

No comments written yet.

Please login to write comment.