Color Hex Logo

#faf068 Color Hex

#FAF068
(250,240,104)
0 Favorites   0 Comments

Color spaces of #faf068

RGB 250240104
HSL0.160.940.69
HSV56°58°98°
CMYK 0.000.040.58   0.02
XYZ73.083183.643625.3896
Yxy83.64360.40130.4593
Hunter Lab91.4569-17.410447.5601
CIE-Lab93.2955-13.033765.3394

#faf068 color RGB value is (250,240,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110000 01101000
Octal 372 360 150
Decimal 250 240 104
Hex FA F0 68

RGB Percentages of Color #faf068

%42.09
%40.40
%17.51

CMYK Percentages of Color #faf068

%0
%4
%58
%2

Triadic Colors of #faf068

#faf068 #68faf0 #f068fa

Analogous Colors of #faf068

#faf068 #bbfa68 #faa768

Monochromatic Colors of #faf068

#faf068

Complementary Color

#faf068 #6872fa

#faf068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf068 Color CSS Codes

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

#faf068 Text Font Color

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

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


#faf068 Background Color

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

This div background color is #faf068


#faf068 Border Color

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

This div border color is #faf068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf068

Related Colors

#faf068 Color Palettes


Comments

No comments written yet.

Please login to write comment.