Color Hex Logo

#fad050 Color Hex

#FAD050
(250,208,80)
0 Favorites   0 Comments

Color spaces of #fad050

RGB 25020880
HSL0.130.940.65
HSV45°68°98°
CMYK 0.000.170.68   0.02
XYZ63.428266.014916.9885
Yxy66.01490.43320.4508
Hunter Lab81.2496-2.839144.4777
CIE-Lab85.00401.574066.4748

#fad050 color RGB value is (250,208,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010000 01010000
Octal 372 320 120
Decimal 250 208 80
Hex FA D0 50

RGB Percentages of Color #fad050

%46.47
%38.66
%14.87

CMYK Percentages of Color #fad050

%0
%17
%68
%2

Triadic Colors of #fad050

#fad050 #50fad0 #d050fa

Analogous Colors of #fad050

#fad050 #cffa50 #fa7b50

Monochromatic Colors of #fad050

#fad050

Complementary Color

#fad050 #507afa

#fad050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad050 Color CSS Codes

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

#fad050 Text Font Color

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

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


#fad050 Background Color

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

This div background color is #fad050


#fad050 Border Color

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

This div border color is #fad050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad050


Comments

No comments written yet.

Please login to write comment.