Color Hex Logo

#faf770 Color Hex

#FAF770
(250,247,112)
0 Favorites   0 Comments

Color spaces of #faf770

RGB 250247112
HSL0.160.930.71
HSV59°55°98°
CMYK 0.000.010.55   0.02
XYZ75.609788.015428.3328
Yxy88.01540.39390.4585
Hunter Lab93.8165-20.320147.7659
CIE-Lab95.1674-15.883463.9830

#faf770 color RGB value is (250,247,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110111 01110000
Octal 372 367 160
Decimal 250 247 112
Hex FA F7 70

RGB Percentages of Color #faf770

%41.05
%40.56
%18.39

CMYK Percentages of Color #faf770

%0
%1
%55
%2

Triadic Colors of #faf770

#faf770 #70faf7 #f770fa

Analogous Colors of #faf770

#faf770 #b8fa70 #fab270

Monochromatic Colors of #faf770

#faf770

Complementary Color

#faf770 #7073fa

#faf770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf770 Color CSS Codes

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

#faf770 Text Font Color

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

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


#faf770 Background Color

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

This div background color is #faf770


#faf770 Border Color

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

This div border color is #faf770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf770


Comments

No comments written yet.

Please login to write comment.