Color Hex Logo

#facd89 Color Hex

#FACD89
(250,205,137)
0 Favorites   0 Comments

Color spaces of #facd89

RGB 250205137
HSL0.100.920.76
HSV36°45°98°
CMYK 0.000.180.45   0.02
XYZ65.771065.792832.8997
Yxy65.79280.39990.4000
Hunter Lab81.11282.791032.7306
CIE-Lab84.89067.377539.7427

#facd89 color RGB value is (250,205,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001101 10001001
Octal 372 315 211
Decimal 250 205 137
Hex FA CD 89

RGB Percentages of Color #facd89

%42.23
%34.63
%23.14

CMYK Percentages of Color #facd89

%0
%18
%45
%2

Triadic Colors of #facd89

#facd89 #89facd #cd89fa

Analogous Colors of #facd89

#facd89 #effa89 #fa9589

Monochromatic Colors of #facd89

#facd89

Complementary Color

#facd89 #89b6fa

#facd89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facd89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facd89 Color CSS Codes

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

#facd89 Text Font Color

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

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


#facd89 Background Color

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

This div background color is #facd89


#facd89 Border Color

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

This div border color is #facd89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facd89


Comments

No comments written yet.

Please login to write comment.