Color Hex Logo

#fac16c Color Hex

#FAC16C
(250,193,108)
0 Favorites   0 Comments

Color spaces of #fac16c

RGB 250193108
HSL0.100.930.70
HSV36°57°98°
CMYK 0.000.230.57   0.02
XYZ61.201159.546622.4554
Yxy59.54660.42740.4158
Hunter Lab77.16646.528036.7631
CIE-Lab81.591111.109850.0970

#fac16c color RGB value is (250,193,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000001 01101100
Octal 372 301 154
Decimal 250 193 108
Hex FA C1 6C

RGB Percentages of Color #fac16c

%45.37
%35.03
%19.60

CMYK Percentages of Color #fac16c

%0
%23
%57
%2

Triadic Colors of #fac16c

#fac16c #6cfac1 #c16cfa

Analogous Colors of #fac16c

#fac16c #ecfa6c #fa7a6c

Monochromatic Colors of #fac16c

#fac16c

Complementary Color

#fac16c #6ca5fa

#fac16c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac16c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac16c Color CSS Codes

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

#fac16c Text Font Color

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

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


#fac16c Background Color

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

This div background color is #fac16c


#fac16c Border Color

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

This div border color is #fac16c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac16c


Comments

No comments written yet.

Please login to write comment.