Color Hex Logo

#faf678 Color Hex

#FAF678
(250,246,120)
0 Favorites   0 Comments

Color spaces of #faf678

RGB 250246120
HSL0.160.930.73
HSV58°52°98°
CMYK 0.000.020.52   0.02
XYZ75.770387.591630.6826
Yxy87.59160.39050.4514
Hunter Lab93.5904-19.270546.0757
CIE-Lab94.9887-14.785360.2383

#faf678 color RGB value is (250,246,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110110 01111000
Octal 372 366 170
Decimal 250 246 120
Hex FA F6 78

RGB Percentages of Color #faf678

%40.58
%39.94
%19.48

CMYK Percentages of Color #faf678

%0
%2
%52
%2

Triadic Colors of #faf678

#faf678 #78faf6 #f678fa

Analogous Colors of #faf678

#faf678 #bdfa78 #fab578

Monochromatic Colors of #faf678

#faf678

Complementary Color

#faf678 #787cfa

#faf678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf678 Color CSS Codes

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

#faf678 Text Font Color

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

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


#faf678 Background Color

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

This div background color is #faf678


#faf678 Border Color

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

This div border color is #faf678


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf678


Comments

No comments written yet.

Please login to write comment.