Color Hex Logo

#fafe01 Color Hex

#FAFE01
(250,254,1)
0 Favorites   0 Comments

Color spaces of #fafe01

RGB 2502541
HSL0.170.990.50
HSV61°100°100°
CMYK 0.020.001.00   0.00
XYZ74.871691.209813.6878
Yxy91.20980.41650.5074
Hunter Lab95.5038-27.194058.3551
CIE-Lab96.4964-23.124093.7700

#fafe01 color RGB value is (250,254,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111110 00000001
Octal 372 376 1
Decimal 250 254 1
Hex FA FE 1

RGB Percentages of Color #fafe01

%49.50
%50.30
%0.20

CMYK Percentages of Color #fafe01

%2
%0
%100
%0

Triadic Colors of #fafe01

#fafe01 #01fafe #fe01fa

Analogous Colors of #fafe01

#fafe01 #7cfe01 #fe8401

Monochromatic Colors of #fafe01

#fafe01

Complementary Color

#fafe01 #0501fe

#fafe01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafe01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafe01 Color CSS Codes

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

#fafe01 Text Font Color

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

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


#fafe01 Background Color

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

This div background color is #fafe01


#fafe01 Border Color

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

This div border color is #fafe01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafe01


Comments

No comments written yet.

Please login to write comment.