Color Hex Logo

#fac285 Color Hex

#FAC285
(250,194,133)
0 Favorites   0 Comments

Color spaces of #fac285

RGB 250194133
HSL0.090.920.75
HSV31°47°98°
CMYK 0.000.220.47   0.02
XYZ62.949860.601030.5697
Yxy60.60100.40840.3932
Hunter Lab77.84668.110431.2100
CIE-Lab82.163812.715238.2874

#fac285 color RGB value is (250,194,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000010 10000101
Octal 372 302 205
Decimal 250 194 133
Hex FA C2 85

RGB Percentages of Color #fac285

%43.33
%33.62
%23.05

CMYK Percentages of Color #fac285

%0
%22
%47
%2

Triadic Colors of #fac285

#fac285 #85fac2 #c285fa

Analogous Colors of #fac285

#fac285 #f8fa85 #fa8885

Monochromatic Colors of #fac285

#fac285

Complementary Color

#fac285 #85bdfa

#fac285 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac285 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac285 Color CSS Codes

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

#fac285 Text Font Color

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

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


#fac285 Background Color

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

This div background color is #fac285


#fac285 Border Color

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

This div border color is #fac285


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac285


Comments

No comments written yet.

Please login to write comment.