Color Hex Logo

#faff20 Color Hex

#FAFF20
(250,255,32)
0 Favorites   0 Comments

Color spaces of #faff20

RGB 25025532
HSL0.171.000.56
HSV61°87°100°
CMYK 0.020.000.87   0.00
XYZ75.445191.948315.1379
Yxy91.94830.41330.5037
Hunter Lab95.8897-27.364857.7628
CIE-Lab96.7992-23.253290.8721

#faff20 color RGB value is (250,255,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111111 00100000
Octal 372 377 40
Decimal 250 255 32
Hex FA FF 20

RGB Percentages of Color #faff20

%46.55
%47.49
%5.96

CMYK Percentages of Color #faff20

%2
%0
%87
%0

Triadic Colors of #faff20

#faff20 #20faff #ff20fa

Analogous Colors of #faff20

#faff20 #8bff20 #ff9520

Monochromatic Colors of #faff20

#faff20

Complementary Color

#faff20 #2520ff

#faff20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faff20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faff20 Color CSS Codes

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

#faff20 Text Font Color

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

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


#faff20 Background Color

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

This div background color is #faff20


#faff20 Border Color

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

This div border color is #faff20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faff20

Related Colors


Comments

No comments written yet.

Please login to write comment.