Color Hex Logo

#fac086 Color Hex

#FAC086
(250,192,134)
0 Favorites   0 Comments

Color spaces of #fac086

RGB 250192134
HSL0.080.920.75
HSV30°46°98°
CMYK 0.000.230.46   0.02
XYZ62.577159.744530.7879
Yxy59.74450.40870.3902
Hunter Lab77.29469.246830.4899
CIE-Lab81.699113.856237.1754

#fac086 color RGB value is (250,192,134).

#fac086 hex color red value is 250, green value is 192 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #fac086 hue: 0.08 , saturation: 0.92 and the lightness value of fac086 is 0.75.

The process color (four color CMYK) of #fac086 color hex is 0.00, 0.23, 0.46, 0.02. Web safe color of #fac086 is #ffcc99. Color #fac086 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000000 10000110
Octal 372 300 206
Decimal 250 192 134
Hex FA C0 86

RGB Percentages of Color #fac086

%43.40
%33.33
%23.26

CMYK Percentages of Color #fac086

%0
%23
%46
%2

Triadic Colors of #fac086

#fac086 #86fac0 #c086fa

Analogous Colors of #fac086

#fac086 #fafa86 #fa8686

Monochromatic Colors of #fac086

#fac086

Complementary Color

#fac086 #86c0fa

#fac086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac086 Color CSS Codes

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

#fac086 Text Font Color

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

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


#fac086 Background Color

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

This div background color is #fac086


#fac086 Border Color

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

This div border color is #fac086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac086


Comments

No comments written yet.

Please login to write comment.