Color Hex Logo

#fadc50 Color Hex

#FADC50
(250,220,80)
0 Favorites   0 Comments

Color spaces of #fadc50

RGB 25022080
HSL0.140.940.65
HSV49°68°98°
CMYK 0.000.120.68   0.02
XYZ66.465572.089618.0010
Yxy72.08960.42450.4605
Hunter Lab84.9056-8.852046.8637
CIE-Lab88.0117-4.524369.5626

#fadc50 color RGB value is (250,220,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011100 01010000
Octal 372 334 120
Decimal 250 220 80
Hex FA DC 50

RGB Percentages of Color #fadc50

%45.45
%40.00
%14.55

CMYK Percentages of Color #fadc50

%0
%12
%68
%2

Triadic Colors of #fadc50

#fadc50 #50fadc #dc50fa

Analogous Colors of #fadc50

#fadc50 #c3fa50 #fa8750

Monochromatic Colors of #fadc50

#fadc50

Complementary Color

#fadc50 #506efa

#fadc50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadc50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadc50 Color CSS Codes

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

#fadc50 Text Font Color

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

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


#fadc50 Background Color

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

This div background color is #fadc50


#fadc50 Border Color

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

This div border color is #fadc50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadc50


Comments

No comments written yet.

Please login to write comment.