Color Hex Logo

#fac370 Color Hex

#FAC370
(250,195,112)
0 Favorites   0 Comments

Color spaces of #fac370

RGB 250195112
HSL0.100.930.71
HSV36°55°98°
CMYK 0.000.220.55   0.02
XYZ61.864160.524123.7510
Yxy60.52410.42330.4142
Hunter Lab77.79725.797436.3572
CIE-Lab82.122210.374048.7825

#fac370 color RGB value is (250,195,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000011 01110000
Octal 372 303 160
Decimal 250 195 112
Hex FA C3 70

RGB Percentages of Color #fac370

%44.88
%35.01
%20.11

CMYK Percentages of Color #fac370

%0
%22
%55
%2

Triadic Colors of #fac370

#fac370 #70fac3 #c370fa

Analogous Colors of #fac370

#fac370 #ecfa70 #fa7e70

Monochromatic Colors of #fac370

#fac370

Complementary Color

#fac370 #70a7fa

#fac370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac370 Color CSS Codes

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

#fac370 Text Font Color

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

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


#fac370 Background Color

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

This div background color is #fac370


#fac370 Border Color

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

This div border color is #fac370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac370


Comments

No comments written yet.

Please login to write comment.