Color Hex Logo

#fade44 Color Hex

#FADE44
(250,222,68)
0 Favorites   0 Comments

Color spaces of #fade44

RGB 25022268
HSL0.140.950.62
HSV51°73°98°
CMYK 0.000.110.73   0.02
XYZ66.589072.983916.0465
Yxy72.98390.42790.4690
Hunter Lab85.4306-10.371548.6649
CIE-Lab88.4400-6.095874.4270

#fade44 color RGB value is (250,222,68).

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

The process color (four color CMYK) of #fade44 color hex is 0.00, 0.11, 0.73, 0.02. Web safe color of #fade44 is #ffcc33. Color #fade44 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011110 01000100
Octal 372 336 104
Decimal 250 222 68
Hex FA DE 44

RGB Percentages of Color #fade44

%46.30
%41.11
%12.59

CMYK Percentages of Color #fade44

%0
%11
%73
%2

Triadic Colors of #fade44

#fade44 #44fade #de44fa

Analogous Colors of #fade44

#fade44 #bbfa44 #fa8344

Monochromatic Colors of #fade44

#fade44

Complementary Color

#fade44 #4460fa

#fade44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fade44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fade44 Color CSS Codes

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

#fade44 Text Font Color

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

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


#fade44 Background Color

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

This div background color is #fade44


#fade44 Border Color

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

This div border color is #fade44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fade44


Comments

No comments written yet.

Please login to write comment.