Color Hex Logo

#faff6f Color Hex

#FAFF6F
(250,255,111)
0 Favorites   0 Comments

Color spaces of #faff6f

RGB 250255111
HSL0.171.000.72
HSV62°56°100°
CMYK 0.020.000.56   0.00
XYZ78.053692.991728.8743
Yxy92.99170.39040.4651
Hunter Lab96.4322-24.275949.7496
CIE-Lab97.2242-19.810266.7209

#faff6f color RGB value is (250,255,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111111 01101111
Octal 372 377 157
Decimal 250 255 111
Hex FA FF 6F

RGB Percentages of Color #faff6f

%40.58
%41.40
%18.02

CMYK Percentages of Color #faff6f

%2
%0
%56
%0

Triadic Colors of #faff6f

#faff6f #6ffaff #ff6ffa

Analogous Colors of #faff6f

#faff6f #b2ff6f #ffbc6f

Monochromatic Colors of #faff6f

#faff6f

Complementary Color

#faff6f #746fff

#faff6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faff6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faff6f Color CSS Codes

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

#faff6f Text Font Color

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

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


#faff6f Background Color

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

This div background color is #faff6f


#faff6f Border Color

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

This div border color is #faff6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faff6f

Related Colors


Comments

No comments written yet.

Please login to write comment.