Color Hex Logo

#faff6a Color Hex

#FAFF6A
(250,255,106)
0 Favorites   0 Comments

Color spaces of #faff6a

RGB 250255106
HSL0.171.000.71
HSV62°58°100°
CMYK 0.020.000.58   0.00
XYZ77.785992.884627.4644
Yxy92.88460.39260.4688
Hunter Lab96.3767-24.591250.5678
CIE-Lab97.1807-20.158768.7723

#faff6a color RGB value is (250,255,106).

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

The process color (four color CMYK) of #faff6a color hex is 0.02, 0.00, 0.58, 0.00. Web safe color of #faff6a is #ffff66. Color #faff6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111111 01101010
Octal 372 377 152
Decimal 250 255 106
Hex FA FF 6A

RGB Percentages of Color #faff6a

%40.92
%41.73
%17.35

CMYK Percentages of Color #faff6a

%2
%0
%58
%0

Triadic Colors of #faff6a

#faff6a #6afaff #ff6afa

Analogous Colors of #faff6a

#faff6a #b0ff6a #ffba6a

Monochromatic Colors of #faff6a

#faff6a

Complementary Color

#faff6a #6f6aff

#faff6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faff6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#faff6a Color CSS Codes

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

#faff6a Text Font Color

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

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


#faff6a Background Color

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

This div background color is #faff6a


#faff6a Border Color

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

This div border color is #faff6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faff6a

Related Colors

#faff6a Color Palettes


Comments

No comments written yet.

Please login to write comment.