Color Hex Logo

#fafb85 Color Hex

#FAFB85
(250,251,133)
0 Favorites   0 Comments

Color spaces of #fafb85

RGB 250251133
HSL0.170.940.75
HSV61°47°98°
CMYK 0.000.000.47   0.02
XYZ78.155291.011835.6381
Yxy91.01180.38160.4444
Hunter Lab95.4001-20.716644.6314
CIE-Lab96.4149-16.118755.9874

#fafb85 color RGB value is (250,251,133).

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

The process color (four color CMYK) of #fafb85 color hex is 0.00, 0.00, 0.47, 0.02. Web safe color of #fafb85 is #ffff99. Color #fafb85 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111011 10000101
Octal 372 373 205
Decimal 250 251 133
Hex FA FB 85

RGB Percentages of Color #fafb85

%39.43
%39.59
%20.98

CMYK Percentages of Color #fafb85

%0
%0
%47
%2

Triadic Colors of #fafb85

#fafb85 #85fafb #fb85fa

Analogous Colors of #fafb85

#fafb85 #bffb85 #fbc185

Monochromatic Colors of #fafb85

#fafb85

Complementary Color

#fafb85 #8685fb

#fafb85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafb85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafb85 Color CSS Codes

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

#fafb85 Text Font Color

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

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


#fafb85 Background Color

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

This div background color is #fafb85


#fafb85 Border Color

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

This div border color is #fafb85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafb85

Related Colors

#fafb85 Color Palettes


Comments

No comments written yet.

Please login to write comment.