Color Hex Logo

#fafe20 Color Hex

#FAFE20
(250,254,32)
0 Favorites   0 Comments

Color spaces of #fafe20

RGB 25025432
HSL0.170.990.56
HSV61°87°100°
CMYK 0.020.000.87   0.00
XYZ75.126991.311915.0319
Yxy91.31190.41400.5032
Hunter Lab95.5573-26.888957.5633
CIE-Lab96.5383-22.780690.6648

#fafe20 color RGB value is (250,254,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111110 00100000
Octal 372 376 40
Decimal 250 254 32
Hex FA FE 20

RGB Percentages of Color #fafe20

%46.64
%47.39
%5.97

CMYK Percentages of Color #fafe20

%2
%0
%87
%0

Triadic Colors of #fafe20

#fafe20 #20fafe #fe20fa

Analogous Colors of #fafe20

#fafe20 #8bfe20 #fe9320

Monochromatic Colors of #fafe20

#fafe20

Complementary Color

#fafe20 #2420fe

#fafe20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafe20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafe20 Color CSS Codes

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

#fafe20 Text Font Color

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

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


#fafe20 Background Color

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

This div background color is #fafe20


#fafe20 Border Color

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

This div border color is #fafe20


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,254,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 #fafe20">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafe20

Related Colors

#fafe20 Color Palettes


Comments

No comments written yet.

Please login to write comment.