Color Hex Logo

#fac06c Color Hex

#FAC06C
(250,192,108)
0 Favorites   0 Comments

Color spaces of #fac06c

RGB 250192108
HSL0.100.930.70
HSV35°57°98°
CMYK 0.000.230.57   0.02
XYZ60.980859.106022.3819
Yxy59.10600.42800.4149
Hunter Lab76.88047.043736.5554
CIE-Lab81.349811.631249.8100

#fac06c color RGB value is (250,192,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000000 01101100
Octal 372 300 154
Decimal 250 192 108
Hex FA C0 6C

RGB Percentages of Color #fac06c

%45.45
%34.91
%19.64

CMYK Percentages of Color #fac06c

%0
%23
%57
%2

Triadic Colors of #fac06c

#fac06c #6cfac0 #c06cfa

Analogous Colors of #fac06c

#fac06c #edfa6c #fa796c

Monochromatic Colors of #fac06c

#fac06c

Complementary Color

#fac06c #6ca6fa

#fac06c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac06c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac06c Color CSS Codes

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

#fac06c Text Font Color

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

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


#fac06c Background Color

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

This div background color is #fac06c


#fac06c Border Color

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

This div border color is #fac06c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac06c


Comments

No comments written yet.

Please login to write comment.