Color Hex Logo

#faf06b Color Hex

#FAF06B
(250,240,107)
0 Favorites   0 Comments

Color spaces of #faf06b

RGB 250240107
HSL0.160.930.70
HSV56°57°98°
CMYK 0.000.040.57   0.02
XYZ73.238383.705726.2067
Yxy83.70570.39990.4570
Hunter Lab91.4908-17.219947.0605
CIE-Lab93.3225-12.826264.0794

#faf06b color RGB value is (250,240,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110000 01101011
Octal 372 360 153
Decimal 250 240 107
Hex FA F0 6B

RGB Percentages of Color #faf06b

%41.88
%40.20
%17.92

CMYK Percentages of Color #faf06b

%0
%4
%57
%2

Triadic Colors of #faf06b

#faf06b #6bfaf0 #f06bfa

Analogous Colors of #faf06b

#faf06b #bdfa6b #faa96b

Monochromatic Colors of #faf06b

#faf06b

Complementary Color

#faf06b #6b75fa

#faf06b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf06b Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf06b Color CSS Codes

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

#faf06b Text Font Color

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

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


#faf06b Background Color

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

This div background color is #faf06b


#faf06b Border Color

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

This div border color is #faf06b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf06b


Comments

No comments written yet.

Please login to write comment.