Color Hex Logo

#facb79 Color Hex

#FACB79
(250,203,121)
0 Favorites   0 Comments

Color spaces of #facb79

RGB 250203121
HSL0.110.930.73
HSV38°52°98°
CMYK 0.000.190.52   0.02
XYZ64.231564.416327.1374
Yxy64.41630.41230.4135
Hunter Lab80.25982.398136.1347
CIE-Lab84.18216.953846.8643

#facb79 color RGB value is (250,203,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001011 01111001
Octal 372 313 171
Decimal 250 203 121
Hex FA CB 79

RGB Percentages of Color #facb79

%43.55
%35.37
%21.08

CMYK Percentages of Color #facb79

%0
%19
%52
%2

Triadic Colors of #facb79

#facb79 #79facb #cb79fa

Analogous Colors of #facb79

#facb79 #e9fa79 #fa8b79

Monochromatic Colors of #facb79

#facb79

Complementary Color

#facb79 #79a8fa

#facb79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facb79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facb79 Color CSS Codes

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

#facb79 Text Font Color

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

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


#facb79 Background Color

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

This div background color is #facb79


#facb79 Border Color

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

This div border color is #facb79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facb79


Comments

No comments written yet.

Please login to write comment.