Color Hex Logo

#fafe6a Color Hex

#FAFE6A
(250,254,106)
0 Favorites   0 Comments

Color spaces of #fafe6a

RGB 250254106
HSL0.170.990.71
HSV62°58°100°
CMYK 0.020.000.58   0.00
XYZ77.467792.248227.3584
Yxy92.24820.39310.4681
Hunter Lab96.0459-24.107750.3436
CIE-Lab96.9217-19.680668.4884

#fafe6a color RGB value is (250,254,106).

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

The process color (four color CMYK) of #fafe6a color hex is 0.02, 0.00, 0.58, 0.00. Web safe color of #fafe6a is #ffff66. Color #fafe6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111110 01101010
Octal 372 376 152
Decimal 250 254 106
Hex FA FE 6A

RGB Percentages of Color #fafe6a

%40.98
%41.64
%17.38

CMYK Percentages of Color #fafe6a

%2
%0
%58
%0

Triadic Colors of #fafe6a

#fafe6a #6afafe #fe6afa

Analogous Colors of #fafe6a

#fafe6a #b0fe6a #feb86a

Monochromatic Colors of #fafe6a

#fafe6a

Complementary Color

#fafe6a #6e6afe

#fafe6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafe6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafe6a Color CSS Codes

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

#fafe6a Text Font Color

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

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


#fafe6a Background Color

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

This div background color is #fafe6a


#fafe6a Border Color

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

This div border color is #fafe6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafe6a

Related Colors


Comments

No comments written yet.

Please login to write comment.