Color Hex Logo

#faff26 Color Hex

#FAFF26
(250,255,38)
0 Favorites   0 Comments

Color spaces of #faff26

RGB 25025538
HSL0.171.000.57
HSV61°85°100°
CMYK 0.020.000.85   0.00
XYZ75.534291.983915.6073
Yxy91.98390.41250.5023
Hunter Lab95.9082-27.258657.4874
CIE-Lab96.8137-23.133789.8371

#faff26 color RGB value is (250,255,38).

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

The process color (four color CMYK) of #faff26 color hex is 0.02, 0.00, 0.85, 0.00. Web safe color of #faff26 is #ffff33. Color #faff26 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111111 00100110
Octal 372 377 46
Decimal 250 255 38
Hex FA FF 26

RGB Percentages of Color #faff26

%46.04
%46.96
%7.00

CMYK Percentages of Color #faff26

%2
%0
%85
%0

Triadic Colors of #faff26

#faff26 #26faff #ff26fa

Analogous Colors of #faff26

#faff26 #8eff26 #ff9826

Monochromatic Colors of #faff26

#faff26

Complementary Color

#faff26 #2b26ff

#faff26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faff26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faff26 Color CSS Codes

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

#faff26 Text Font Color

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

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


#faff26 Background Color

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

This div background color is #faff26


#faff26 Border Color

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

This div border color is #faff26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faff26

Related Colors


Comments

No comments written yet.

Please login to write comment.