Color Hex Logo

#fafc89 Color Hex

#FAFC89
(250,252,137)
0 Favorites   0 Comments

Color spaces of #fafc89

RGB 250252137
HSL0.170.950.76
HSV61°46°99°
CMYK 0.010.000.46   0.01
XYZ78.750191.750937.2260
Yxy91.75090.37910.4417
Hunter Lab95.7867-20.874744.0086
CIE-Lab96.7184-16.241354.4932

#fafc89 color RGB value is (250,252,137).

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

The process color (four color CMYK) of #fafc89 color hex is 0.01, 0.00, 0.46, 0.01. Web safe color of #fafc89 is #ffff99. Color #fafc89 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111100 10001001
Octal 372 374 211
Decimal 250 252 137
Hex FA FC 89

RGB Percentages of Color #fafc89

%39.12
%39.44
%21.44

CMYK Percentages of Color #fafc89

%1
%0
%46
%1

Triadic Colors of #fafc89

#fafc89 #89fafc #fc89fa

Analogous Colors of #fafc89

#fafc89 #c1fc89 #fcc589

Monochromatic Colors of #fafc89

#fafc89

Complementary Color

#fafc89 #8b89fc

#fafc89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafc89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafc89 Color CSS Codes

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

#fafc89 Text Font Color

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

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


#fafc89 Background Color

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

This div background color is #fafc89


#fafc89 Border Color

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

This div border color is #fafc89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafc89

Related Colors


Comments

No comments written yet.

Please login to write comment.