Color Hex Logo

#fade3b Color Hex

#FADE3B
(250,222,59)
0 Favorites   0 Comments

Color spaces of #fade3b

RGB 25022259
HSL0.140.950.61
HSV51°76°98°
CMYK 0.000.110.76   0.02
XYZ66.335072.882314.7091
Yxy72.88230.43100.4735
Hunter Lab85.3711-10.701649.5444
CIE-Lab88.3915-6.452277.3639

#fade3b color RGB value is (250,222,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011110 00111011
Octal 372 336 73
Decimal 250 222 59
Hex FA DE 3B

RGB Percentages of Color #fade3b

%47.08
%41.81
%11.11

CMYK Percentages of Color #fade3b

%0
%11
%76
%2

Triadic Colors of #fade3b

#fade3b #3bfade #de3bfa

Analogous Colors of #fade3b

#fade3b #b7fa3b #fa7f3b

Monochromatic Colors of #fade3b

#fade3b

Complementary Color

#fade3b #3b57fa

#fade3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fade3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fade3b Color CSS Codes

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

#fade3b Text Font Color

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

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


#fade3b Background Color

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

This div background color is #fade3b


#fade3b Border Color

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

This div border color is #fade3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fade3b

Related Colors


Comments

No comments written yet.

Please login to write comment.