Color Hex Logo

#fafe77 Color Hex

#FAFE77
(250,254,119)
0 Favorites   0 Comments

Color spaces of #fafe77

RGB 250254119
HSL0.170.990.73
HSV62°53°100°
CMYK 0.020.000.53   0.00
XYZ78.195992.539531.1933
Yxy92.53950.38720.4583
Hunter Lab96.1975-23.248548.1126
CIE-Lab97.0404-18.733563.0522

#fafe77 color RGB value is (250,254,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111110 01110111
Octal 372 376 167
Decimal 250 254 119
Hex FA FE 77

RGB Percentages of Color #fafe77

%40.13
%40.77
%19.10

CMYK Percentages of Color #fafe77

%2
%0
%53
%0

Triadic Colors of #fafe77

#fafe77 #77fafe #fe77fa

Analogous Colors of #fafe77

#fafe77 #b7fe77 #febf77

Monochromatic Colors of #fafe77

#fafe77

Complementary Color

#fafe77 #7b77fe

#fafe77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafe77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafe77 Color CSS Codes

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

#fafe77 Text Font Color

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

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


#fafe77 Background Color

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

This div background color is #fafe77


#fafe77 Border Color

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

This div border color is #fafe77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafe77

Related Colors


Comments

No comments written yet.

Please login to write comment.