Color Hex Logo

#fafa89 Color Hex

#FAFA89
(250,250,137)
0 Favorites   0 Comments

Color spaces of #fafa89

RGB 250250137
HSL0.170.920.76
HSV60°45°98°
CMYK 0.000.000.45   0.02
XYZ78.125390.501437.0178
Yxy90.50140.37990.4401
Hunter Lab95.1322-19.892143.5217
CIE-Lab96.2044-15.270953.8682

#fafa89 color RGB value is (250,250,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111010 10001001
Octal 372 372 211
Decimal 250 250 137
Hex FA FA 89

RGB Percentages of Color #fafa89

%39.25
%39.25
%21.51

CMYK Percentages of Color #fafa89

%0
%0
%45
%2

Triadic Colors of #fafa89

#fafa89 #89fafa #fa89fa

Analogous Colors of #fafa89

#fafa89 #c2fa89 #fac289

Monochromatic Colors of #fafa89

#fafa89

Complementary Color

#fafa89 #8989fa

#fafa89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafa89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafa89 Color CSS Codes

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

#fafa89 Text Font Color

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

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


#fafa89 Background Color

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

This div background color is #fafa89


#fafa89 Border Color

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

This div border color is #fafa89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafa89


Comments

No comments written yet.

Please login to write comment.