Color Hex Logo

#fafe76 Color Hex

#FAFE76
(250,254,118)
0 Favorites   0 Comments

Color spaces of #fafe76

RGB 250254118
HSL0.170.990.73
HSV62°54°100°
CMYK 0.020.000.54   0.00
XYZ78.136292.515630.8786
Yxy92.51560.38770.4591
Hunter Lab96.1850-23.318848.2955
CIE-Lab97.0307-18.810863.4803

#fafe76 color RGB value is (250,254,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111110 01110110
Octal 372 376 166
Decimal 250 254 118
Hex FA FE 76

RGB Percentages of Color #fafe76

%40.19
%40.84
%18.97

CMYK Percentages of Color #fafe76

%2
%0
%54
%0

Triadic Colors of #fafe76

#fafe76 #76fafe #fe76fa

Analogous Colors of #fafe76

#fafe76 #b6fe76 #febe76

Monochromatic Colors of #fafe76

#fafe76

Complementary Color

#fafe76 #7a76fe

#fafe76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafe76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafe76 Color CSS Codes

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

#fafe76 Text Font Color

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

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


#fafe76 Background Color

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

This div background color is #fafe76


#fafe76 Border Color

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

This div border color is #fafe76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafe76


Comments

No comments written yet.

Please login to write comment.