Color Hex Logo

#fadb50 Color Hex

#FADB50
(250,219,80)
0 Favorites   0 Comments

Color spaces of #fadb50

RGB 25021980
HSL0.140.940.65
HSV49°68°98°
CMYK 0.000.120.68   0.02
XYZ66.203871.566217.9138
Yxy71.56620.42520.4597
Hunter Lab84.5968-8.353846.6628
CIE-Lab87.7594-4.019869.3051

#fadb50 color RGB value is (250,219,80).

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

The process color (four color CMYK) of #fadb50 color hex is 0.00, 0.12, 0.68, 0.02. Web safe color of #fadb50 is #ffcc66. Color #fadb50 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011011 01010000
Octal 372 333 120
Decimal 250 219 80
Hex FA DB 50

RGB Percentages of Color #fadb50

%45.54
%39.89
%14.57

CMYK Percentages of Color #fadb50

%0
%12
%68
%2

Triadic Colors of #fadb50

#fadb50 #50fadb #db50fa

Analogous Colors of #fadb50

#fadb50 #c4fa50 #fa8650

Monochromatic Colors of #fadb50

#fadb50

Complementary Color

#fadb50 #506ffa

#fadb50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadb50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadb50 Color CSS Codes

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

#fadb50 Text Font Color

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

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


#fadb50 Background Color

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

This div background color is #fadb50


#fadb50 Border Color

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

This div border color is #fadb50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadb50


Comments

No comments written yet.

Please login to write comment.