color codes Logo

#fade79 color codes

#FADE79
(250,222,121)
0 Favorites   0 Comments

Color spaces of #fade79

RGB 250222121
HSL0.130.930.73
HSV47°52°98°
CMYK 0.000.110.52   0.02
XYZ68.996873.947028.7258
Yxy73.94700.40190.4308
Hunter Lab85.9924-7.265740.3889
CIE-Lab88.8974-2.778152.5850

#fade79 color RGB value is (250,222,121).

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

The process color (four color CMYK) of #fade79 color code is 0.00, 0.11, 0.52, 0.02. Web safe color of #fade79 is #ffcc66. Color #fade79 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011110 01111001
Octal 372 336 171
Decimal 250 222 121
Hex FA DE 79

RGB Percentages of Color #fade79

%42.16
%37.44
%20.40

CMYK Percentages of Color #fade79

%0
%11
%52
%2

Triadic Colors of #fade79

#fade79 #79fade #de79fa

Analogous Colors of #fade79

#fade79 #d6fa79 #fa9e79

Monochromatic Colors of #fade79

#fade79

Complementary Color

#fade79 #7995fa

#fade79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fade79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fade79 Color CSS Codes

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

#fade79 Text Font Color

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

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


#fade79 Background Color

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

This div background color is #fade79


#fade79 Border Color

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

This div border color is #fade79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fade79

Related Colors


Comments

No comments written yet.

Please login to write comment.