Color Hex Logo

#fade65 Color Hex

#FADE65
(250,222,101)
0 Favorites   0 Comments

Color spaces of #fade65

RGB 250222101
HSL0.140.940.69
HSV49°60°98°
CMYK 0.000.110.60   0.02
XYZ67.894673.506122.9216
Yxy73.50610.41320.4473
Hunter Lab85.7357-8.682344.1637
CIE-Lab88.6885-4.283461.5218

#fade65 color RGB value is (250,222,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011110 01100101
Octal 372 336 145
Decimal 250 222 101
Hex FA DE 65

RGB Percentages of Color #fade65

%43.63
%38.74
%17.63

CMYK Percentages of Color #fade65

%0
%11
%60
%2

Triadic Colors of #fade65

#fade65 #65fade #de65fa

Analogous Colors of #fade65

#fade65 #ccfa65 #fa9465

Monochromatic Colors of #fade65

#fade65

Complementary Color

#fade65 #6581fa

#fade65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fade65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fade65 Color CSS Codes

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

#fade65 Text Font Color

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

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


#fade65 Background Color

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

This div background color is #fade65


#fade65 Border Color

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

This div border color is #fade65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fade65


Comments

No comments written yet.

Please login to write comment.