Color Hex Logo

#fafe81 Color Hex

#FAFE81
(250,254,129)
0 Favorites   0 Comments

Color spaces of #fafe81

RGB 250254129
HSL0.170.980.75
HSV62°49°100°
CMYK 0.020.000.49   0.00
XYZ78.828692.792634.5249
Yxy92.79260.38240.4501
Hunter Lab96.3289-22.504146.1803
CIE-Lab97.1434-17.917158.6937

#fafe81 color RGB value is (250,254,129).

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

The process color (four color CMYK) of #fafe81 color hex is 0.02, 0.00, 0.49, 0.00. Web safe color of #fafe81 is #ffff99. Color #fafe81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111110 10000001
Octal 372 376 201
Decimal 250 254 129
Hex FA FE 81

RGB Percentages of Color #fafe81

%39.49
%40.13
%20.38

CMYK Percentages of Color #fafe81

%2
%0
%49
%0

Triadic Colors of #fafe81

#fafe81 #81fafe #fe81fa

Analogous Colors of #fafe81

#fafe81 #bcfe81 #fec481

Monochromatic Colors of #fafe81

#fafe81

Complementary Color

#fafe81 #8581fe

#fafe81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafe81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafe81 Color CSS Codes

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

#fafe81 Text Font Color

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

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


#fafe81 Background Color

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

This div background color is #fafe81


#fafe81 Border Color

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

This div border color is #fafe81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafe81

Related Colors


Comments

No comments written yet.

Please login to write comment.