Color Hex Logo

#facd85 Color Hex

#FACD85
(250,205,133)
0 Favorites   0 Comments

Color spaces of #facd85

RGB 250205133
HSL0.100.920.75
HSV37°47°98°
CMYK 0.000.180.47   0.02
XYZ65.489365.680131.4162
Yxy65.68010.40280.4040
Hunter Lab81.04332.416333.7467
CIE-Lab84.83306.993741.6916

#facd85 color RGB value is (250,205,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001101 10000101
Octal 372 315 205
Decimal 250 205 133
Hex FA CD 85

RGB Percentages of Color #facd85

%42.52
%34.86
%22.62

CMYK Percentages of Color #facd85

%0
%18
%47
%2

Triadic Colors of #facd85

#facd85 #85facd #cd85fa

Analogous Colors of #facd85

#facd85 #edfa85 #fa9385

Monochromatic Colors of #facd85

#facd85

Complementary Color

#facd85 #85b2fa

#facd85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facd85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facd85 Color CSS Codes

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

#facd85 Text Font Color

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

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


#facd85 Background Color

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

This div background color is #facd85


#facd85 Border Color

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

This div border color is #facd85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facd85


Comments

No comments written yet.

Please login to write comment.