Color Hex Logo

#faff14 Color Hex

#FAFF14
(250,255,20)
0 Favorites   0 Comments

Color spaces of #faff14

RGB 25025520
HSL0.171.000.54
HSV61°92°100°
CMYK 0.020.000.92   0.00
XYZ75.310691.894514.4299
Yxy91.89450.41460.5059
Hunter Lab95.8616-27.525058.1783
CIE-Lab96.7772-23.433692.4753

#faff14 color RGB value is (250,255,20).

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

The process color (four color CMYK) of #faff14 color hex is 0.02, 0.00, 0.92, 0.00. Web safe color of #faff14 is #ffff00. Color #faff14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111111 00010100
Octal 372 377 24
Decimal 250 255 20
Hex FA FF 14

RGB Percentages of Color #faff14

%47.62
%48.57
%3.81

CMYK Percentages of Color #faff14

%2
%0
%92
%0

Triadic Colors of #faff14

#faff14 #14faff #ff14fa

Analogous Colors of #faff14

#faff14 #85ff14 #ff8f14

Monochromatic Colors of #faff14

#faff14

Complementary Color

#faff14 #1914ff

#faff14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faff14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faff14 Color CSS Codes

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

#faff14 Text Font Color

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

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


#faff14 Background Color

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

This div background color is #faff14


#faff14 Border Color

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

This div border color is #faff14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faff14

Related Colors


Comments

No comments written yet.

Please login to write comment.