Color Hex Logo

#fac66c Color Hex

#FAC66C
(250,198,108)
0 Favorites   0 Comments

Color spaces of #fac66c

RGB 250198108
HSL0.110.930.70
HSV38°57°98°
CMYK 0.000.210.57   0.02
XYZ62.325261.794922.8301
Yxy61.79490.42410.4205
Hunter Lab78.60973.955537.8076
CIE-Lab82.80428.508351.5349

#fac66c color RGB value is (250,198,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000110 01101100
Octal 372 306 154
Decimal 250 198 108
Hex FA C6 6C

RGB Percentages of Color #fac66c

%44.96
%35.61
%19.42

CMYK Percentages of Color #fac66c

%0
%21
%57
%2

Triadic Colors of #fac66c

#fac66c #6cfac6 #c66cfa

Analogous Colors of #fac66c

#fac66c #e7fa6c #fa7f6c

Monochromatic Colors of #fac66c

#fac66c

Complementary Color

#fac66c #6ca0fa

#fac66c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac66c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac66c Color CSS Codes

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

#fac66c Text Font Color

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

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


#fac66c Background Color

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

This div background color is #fac66c


#fac66c Border Color

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

This div border color is #fac66c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac66c


Comments

No comments written yet.

Please login to write comment.