Color Hex Logo

#faf670 Color Hex

#FAF670
(250,246,112)
0 Favorites   0 Comments

Color spaces of #faf670

RGB 250246112
HSL0.160.930.71
HSV58°55°98°
CMYK 0.000.020.55   0.02
XYZ75.304787.405428.2312
Yxy87.40540.39440.4578
Hunter Lab93.4909-19.831447.5399
CIE-Lab94.9100-15.397663.6920

#faf670 color RGB value is (250,246,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110110 01110000
Octal 372 366 160
Decimal 250 246 112
Hex FA F6 70

RGB Percentages of Color #faf670

%41.12
%40.46
%18.42

CMYK Percentages of Color #faf670

%0
%2
%55
%2

Triadic Colors of #faf670

#faf670 #70faf6 #f670fa

Analogous Colors of #faf670

#faf670 #b9fa70 #fab170

Monochromatic Colors of #faf670

#faf670

Complementary Color

#faf670 #7074fa

#faf670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf670 Color CSS Codes

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

#faf670 Text Font Color

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

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


#faf670 Background Color

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

This div background color is #faf670


#faf670 Border Color

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

This div border color is #faf670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf670


Comments

No comments written yet.

Please login to write comment.