Color Hex Logo

#fafa6b Color Hex

#FAFA6B
(250,250,107)
0 Favorites   0 Comments

Color spaces of #fafa6b

RGB 250250107
HSL0.170.930.70
HSV60°57°98°
CMYK 0.000.000.57   0.02
XYZ76.263889.756727.2152
Yxy89.75670.39470.4645
Hunter Lab94.7400-22.106149.2862
CIE-Lab95.8958-17.690666.9402

#fafa6b color RGB value is (250,250,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111010 01101011
Octal 372 372 153
Decimal 250 250 107
Hex FA FA 6B

RGB Percentages of Color #fafa6b

%41.19
%41.19
%17.63

CMYK Percentages of Color #fafa6b

%0
%0
%57
%2

Triadic Colors of #fafa6b

#fafa6b #6bfafa #fa6bfa

Analogous Colors of #fafa6b

#fafa6b #b3fa6b #fab36b

Monochromatic Colors of #fafa6b

#fafa6b

Complementary Color

#fafa6b #6b6bfa

#fafa6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafa6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafa6b Color CSS Codes

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

#fafa6b Text Font Color

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

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


#fafa6b Background Color

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

This div background color is #fafa6b


#fafa6b Border Color

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

This div border color is #fafa6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafa6b

Related Colors


Comments

No comments written yet.

Please login to write comment.