Color Hex Logo

#fadc73 Color Hex

#FADC73
(250,220,115)
0 Favorites   0 Comments

Color spaces of #fadc73

RGB 250220115
HSL0.130.930.72
HSV47°54°98°
CMYK 0.000.120.54   0.02
XYZ68.112172.748226.6716
Yxy72.74820.40660.4342
Hunter Lab85.2926-6.717241.1644
CIE-Lab88.3275-2.250454.7359

#fadc73 color RGB value is (250,220,115).

#fadc73 hex color red value is 250, green value is 220 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #fadc73 hue: 0.13 , saturation: 0.93 and the lightness value of fadc73 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011100 01110011
Octal 372 334 163
Decimal 250 220 115
Hex FA DC 73

RGB Percentages of Color #fadc73

%42.74
%37.61
%19.66

CMYK Percentages of Color #fadc73

%0
%12
%54
%2

Triadic Colors of #fadc73

#fadc73 #73fadc #dc73fa

Analogous Colors of #fadc73

#fadc73 #d5fa73 #fa9973

Monochromatic Colors of #fadc73

#fadc73

Complementary Color

#fadc73 #7391fa

#fadc73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadc73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadc73 Color CSS Codes

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

#fadc73 Text Font Color

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

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


#fadc73 Background Color

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

This div background color is #fadc73


#fadc73 Border Color

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

This div border color is #fadc73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadc73

Related Colors


Comments

No comments written yet.

Please login to write comment.