Color Hex Logo

#fade6a Color Hex

#FADE6A
(250,222,106)
0 Favorites   0 Comments

Color spaces of #fade6a

RGB 250222106
HSL0.130.940.70
HSV48°58°98°
CMYK 0.000.110.58   0.02
XYZ68.147173.607224.2515
Yxy73.60720.41050.4434
Hunter Lab85.7946-8.357243.2968
CIE-Lab88.7365-3.936859.3466

#fade6a color RGB value is (250,222,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011110 01101010
Octal 372 336 152
Decimal 250 222 106
Hex FA DE 6A

RGB Percentages of Color #fade6a

%43.25
%38.41
%18.34

CMYK Percentages of Color #fade6a

%0
%11
%58
%2

Triadic Colors of #fade6a

#fade6a #6afade #de6afa

Analogous Colors of #fade6a

#fade6a #cefa6a #fa966a

Monochromatic Colors of #fade6a

#fade6a

Complementary Color

#fade6a #6a86fa

#fade6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fade6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fade6a Color CSS Codes

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

#fade6a Text Font Color

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

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


#fade6a Background Color

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

This div background color is #fade6a


#fade6a Border Color

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

This div border color is #fade6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fade6a

#fade6a Color Palettes


Comments

No comments written yet.

Please login to write comment.