Color Hex Logo

#faff4f Color Hex

#FAFF4F
(250,255,79)
0 Favorites   0 Comments

Color spaces of #faff4f

RGB 25025579
HSL0.171.000.65
HSV62°69°100°
CMYK 0.020.000.69   0.00
XYZ76.595692.408521.1967
Yxy92.40850.40270.4858
Hunter Lab96.1293-25.998054.2170
CIE-Lab96.9870-21.721678.8921

#faff4f color RGB value is (250,255,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111111 01001111
Octal 372 377 117
Decimal 250 255 79
Hex FA FF 4F

RGB Percentages of Color #faff4f

%42.81
%43.66
%13.53

CMYK Percentages of Color #faff4f

%2
%0
%69
%0

Triadic Colors of #faff4f

#faff4f #4ffaff #ff4ffa

Analogous Colors of #faff4f

#faff4f #a2ff4f #ffac4f

Monochromatic Colors of #faff4f

#faff4f

Complementary Color

#faff4f #544fff

#faff4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faff4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faff4f Color CSS Codes

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

#faff4f Text Font Color

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

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


#faff4f Background Color

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

This div background color is #faff4f


#faff4f Border Color

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

This div border color is #faff4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faff4f

Related Colors


Comments

No comments written yet.

Please login to write comment.