Color Hex Logo

#fac985 Color Hex

#FAC985
(250,201,133)
0 Favorites   0 Comments

Color spaces of #fac985

RGB 250201133
HSL0.100.920.75
HSV35°47°98°
CMYK 0.000.200.47   0.02
XYZ64.544663.790731.1013
Yxy63.79070.40480.4001
Hunter Lab79.86914.480332.8206
CIE-Lab83.85679.068140.4514

#fac985 color RGB value is (250,201,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001001 10000101
Octal 372 311 205
Decimal 250 201 133
Hex FA C9 85

RGB Percentages of Color #fac985

%42.81
%34.42
%22.77

CMYK Percentages of Color #fac985

%0
%20
%47
%2

Triadic Colors of #fac985

#fac985 #85fac9 #c985fa

Analogous Colors of #fac985

#fac985 #f1fa85 #fa8f85

Monochromatic Colors of #fac985

#fac985

Complementary Color

#fac985 #85b6fa

#fac985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac985 Color CSS Codes

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

#fac985 Text Font Color

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

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


#fac985 Background Color

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

This div background color is #fac985


#fac985 Border Color

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

This div border color is #fac985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac985

Related Colors

#fac985 Color Palettes


Comments

No comments written yet.

Please login to write comment.