Color Hex Logo

#fac077 Color Hex

#FAC077
(250,192,119)
0 Favorites   0 Comments

Color spaces of #fac077

RGB 250192119
HSL0.090.930.72
HSV33°52°98°
CMYK 0.000.230.52   0.02
XYZ61.603859.355225.6626
Yxy59.35520.42020.4048
Hunter Lab77.04237.906334.1803
CIE-Lab81.486412.505944.5393

#fac077 color RGB value is (250,192,119).

#fac077 hex color red value is 250, green value is 192 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #fac077 hue: 0.09 , saturation: 0.93 and the lightness value of fac077 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000000 01110111
Octal 372 300 167
Decimal 250 192 119
Hex FA C0 77

RGB Percentages of Color #fac077

%44.56
%34.22
%21.21

CMYK Percentages of Color #fac077

%0
%23
%52
%2

Triadic Colors of #fac077

#fac077 #77fac0 #c077fa

Analogous Colors of #fac077

#fac077 #f3fa77 #fa7f77

Monochromatic Colors of #fac077

#fac077

Complementary Color

#fac077 #77b1fa

#fac077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac077 Color CSS Codes

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

#fac077 Text Font Color

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

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


#fac077 Background Color

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

This div background color is #fac077


#fac077 Border Color

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

This div border color is #fac077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac077


Comments

No comments written yet.

Please login to write comment.