Color Hex Logo

#fac108 Color Hex

#FAC108
(250,193,8)
0 Favorites   0 Comments

Color spaces of #fac108

RGB 2501938
HSL0.130.960.51
HSV46°97°98°
CMYK 0.000.230.97   0.02
XYZ58.538158.48158.4325
Yxy58.48150.46660.4662
Hunter Lab76.47322.808746.9935
CIE-Lab81.00587.277682.0011

#fac108 color RGB value is (250,193,8).

#fac108 hex color red value is 250, green value is 193 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #fac108 hue: 0.13 , saturation: 0.96 and the lightness value of fac108 is 0.51.

The process color (four color CMYK) of #fac108 color hex is 0.00, 0.23, 0.97, 0.02. Web safe color of #fac108 is #ffcc00. Color #fac108 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000001 00001000
Octal 372 301 10
Decimal 250 193 8
Hex FA C1 8

RGB Percentages of Color #fac108

%55.43
%42.79
%1.77

CMYK Percentages of Color #fac108

%0
%23
%97
%2

Triadic Colors of #fac108

#fac108 #08fac1 #c108fa

Analogous Colors of #fac108

#fac108 #bafa08 #fa4808

Monochromatic Colors of #fac108

#fac108

Complementary Color

#fac108 #0841fa

#fac108 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac108 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac108 Color CSS Codes

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

#fac108 Text Font Color

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

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


#fac108 Background Color

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

This div background color is #fac108


#fac108 Border Color

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

This div border color is #fac108


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac108


Comments

No comments written yet.

Please login to write comment.