Color Hex Logo

#fade76 Color Hex

#FADE76
(250,222,118)
0 Favorites   0 Comments

Color spaces of #fade76

RGB 250222118
HSL0.130.930.72
HSV47°53°98°
CMYK 0.000.110.53   0.02
XYZ68.815673.874627.7718
Yxy73.87460.40370.4334
Hunter Lab85.9503-7.498241.0078
CIE-Lab88.8632-3.024253.9620

#fade76 color RGB value is (250,222,118).

#fade76 hex color red value is 250, green value is 222 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #fade76 hue: 0.13 , saturation: 0.93 and the lightness value of fade76 is 0.72.

The process color (four color CMYK) of #fade76 color hex is 0.00, 0.11, 0.53, 0.02. Web safe color of #fade76 is #ffcc66. Color #fade76 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011110 01110110
Octal 372 336 166
Decimal 250 222 118
Hex FA DE 76

RGB Percentages of Color #fade76

%42.37
%37.63
%20.00

CMYK Percentages of Color #fade76

%0
%11
%53
%2

Triadic Colors of #fade76

#fade76 #76fade #de76fa

Analogous Colors of #fade76

#fade76 #d4fa76 #fa9c76

Monochromatic Colors of #fade76

#fade76

Complementary Color

#fade76 #7692fa

#fade76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fade76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fade76 Color CSS Codes

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

#fade76 Text Font Color

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

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


#fade76 Background Color

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

This div background color is #fade76


#fade76 Border Color

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

This div border color is #fade76


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,222,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 #fade76">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fade76


Comments

No comments written yet.

Please login to write comment.