Color Hex Logo

#fafbad Color Hex

#FAFBAD
(250,251,173)
0 Favorites   0 Comments

Color spaces of #fafbad

RGB 250251173
HSL0.170.910.83
HSV61°31°98°
CMYK 0.000.000.31   0.02
XYZ81.464392.335553.0641
Yxy92.33550.35910.4070
Hunter Lab96.0914-16.831234.5225
CIE-Lab96.9573-11.936637.3640

#fafbad color RGB value is (250,251,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111011 10101101
Octal 372 373 255
Decimal 250 251 173
Hex FA FB AD

RGB Percentages of Color #fafbad

%37.09
%37.24
%25.67

CMYK Percentages of Color #fafbad

%0
%0
%31
%2

Triadic Colors of #fafbad

#fafbad #adfafb #fbadfa

Analogous Colors of #fafbad

#fafbad #d3fbad #fbd5ad

Monochromatic Colors of #fafbad

#fafbad

Complementary Color

#fafbad #aeadfb

#fafbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafbad Color CSS Codes

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

#fafbad Text Font Color

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

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


#fafbad Background Color

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

This div background color is #fafbad


#fafbad Border Color

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

This div border color is #fafbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafbad

Related Colors


Comments

No comments written yet.

Please login to write comment.