Color Hex Logo

#faffad Color Hex

#FAFFAD
(250,255,173)
2 Favorites   0 Comments

Color spaces of #faffad

RGB 250255173
HSL0.181.000.84
HSV64°32°100°
CMYK 0.020.000.32   0.00
XYZ82.727294.861153.4850
Yxy94.86110.35800.4105
Hunter Lab97.3967-18.829135.6188
CIE-Lab97.9779-13.894138.7087

#faffad color RGB value is (250,255,173).

#faffad hex color red value is 250, green value is 255 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #faffad hue: 0.18 , saturation: 1.00 and the lightness value of faffad is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111111 10101101
Octal 372 377 255
Decimal 250 255 173
Hex FA FF AD

RGB Percentages of Color #faffad

%36.87
%37.61
%25.52

CMYK Percentages of Color #faffad

%2
%0
%32
%0

Triadic Colors of #faffad

#faffad #adfaff #ffadfa

Analogous Colors of #faffad

#faffad #d1ffad #ffdbad

Monochromatic Colors of #faffad

#faffad

Complementary Color

#faffad #b2adff

#faffad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faffad Color Preview on White Background

Lorem ipsum dolor sit amet.

#faffad Color CSS Codes

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

#faffad Text Font Color

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

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


#faffad Background Color

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

This div background color is #faffad


#faffad Border Color

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

This div border color is #faffad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faffad

Related Colors


Comments

No comments written yet.

Please login to write comment.