Color Hex Logo

#fac485 Color Hex

#FAC485
(250,196,133)
0 Favorites   0 Comments

Color spaces of #fac485

RGB 250196133
HSL0.090.920.75
HSV32°47°98°
CMYK 0.000.220.47   0.02
XYZ63.397961.497330.7190
Yxy61.49730.40740.3952
Hunter Lab78.42027.070931.6689
CIE-Lab82.645411.671138.9048

#fac485 color RGB value is (250,196,133).

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

The process color (four color CMYK) of #fac485 color hex is 0.00, 0.22, 0.47, 0.02. Web safe color of #fac485 is #ffcc99. Color #fac485 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000100 10000101
Octal 372 304 205
Decimal 250 196 133
Hex FA C4 85

RGB Percentages of Color #fac485

%43.18
%33.85
%22.97

CMYK Percentages of Color #fac485

%0
%22
%47
%2

Triadic Colors of #fac485

#fac485 #85fac4 #c485fa

Analogous Colors of #fac485

#fac485 #f6fa85 #fa8a85

Monochromatic Colors of #fac485

#fac485

Complementary Color

#fac485 #85bbfa

#fac485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac485 Color CSS Codes

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

#fac485 Text Font Color

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

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


#fac485 Background Color

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

This div background color is #fac485


#fac485 Border Color

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

This div border color is #fac485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac485

Related Colors


Comments

No comments written yet.

Please login to write comment.