Color Hex Logo

#fac06d Color Hex

#FAC06D
(250,192,109)
0 Favorites   0 Comments

Color spaces of #fac06d

RGB 250192109
HSL0.100.930.70
HSV35°56°98°
CMYK 0.000.230.56   0.02
XYZ61.034359.127422.6639
Yxy59.12740.42730.4140
Hunter Lab76.89437.117936.3509
CIE-Lab81.361611.706649.3366

#fac06d color RGB value is (250,192,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000000 01101101
Octal 372 300 155
Decimal 250 192 109
Hex FA C0 6D

RGB Percentages of Color #fac06d

%45.37
%34.85
%19.78

CMYK Percentages of Color #fac06d

%0
%23
%56
%2

Triadic Colors of #fac06d

#fac06d #6dfac0 #c06dfa

Analogous Colors of #fac06d

#fac06d #eefa6d #fa7a6d

Monochromatic Colors of #fac06d

#fac06d

Complementary Color

#fac06d #6da7fa

#fac06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac06d Color CSS Codes

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

#fac06d Text Font Color

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

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


#fac06d Background Color

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

This div background color is #fac06d


#fac06d Border Color

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

This div border color is #fac06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac06d


Comments

No comments written yet.

Please login to write comment.