Color Hex Logo

#faf790 Color Hex

#FAF790
(250,247,144)
0 Favorites   0 Comments

Color spaces of #faf790

RGB 250247144
HSL0.160.910.77
HSV58°42°98°
CMYK 0.000.010.42   0.02
XYZ77.719188.859139.4408
Yxy88.85910.37720.4313
Hunter Lab94.2651-17.795441.1785
CIE-Lab95.5215-13.140749.7094

#faf790 color RGB value is (250,247,144).

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

The process color (four color CMYK) of #faf790 color hex is 0.00, 0.01, 0.42, 0.02. Web safe color of #faf790 is #ffff99. Color #faf790 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110111 10010000
Octal 372 367 220
Decimal 250 247 144
Hex FA F7 90

RGB Percentages of Color #faf790

%39.00
%38.53
%22.46

CMYK Percentages of Color #faf790

%0
%1
%42
%2

Triadic Colors of #faf790

#faf790 #90faf7 #f790fa

Analogous Colors of #faf790

#faf790 #c8fa90 #fac290

Monochromatic Colors of #faf790

#faf790

Complementary Color

#faf790 #9093fa

#faf790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf790 Color CSS Codes

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

#faf790 Text Font Color

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

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


#faf790 Background Color

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

This div background color is #faf790


#faf790 Border Color

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

This div border color is #faf790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf790


Comments

No comments written yet.

Please login to write comment.