Color Hex Logo

#fad079 Color Hex

#FAD079
(250,208,121)
0 Favorites   0 Comments

Color spaces of #fad079

RGB 250208121
HSL0.110.930.73
HSV40°52°98°
CMYK 0.000.170.52   0.02
XYZ65.431466.816227.5374
Yxy66.81620.40950.4182
Hunter Lab81.7412-0.163137.2449
CIE-Lab85.41104.371848.3679

#fad079 color RGB value is (250,208,121).

#fad079 hex color red value is 250, green value is 208 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #fad079 hue: 0.11 , saturation: 0.93 and the lightness value of fad079 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010000 01111001
Octal 372 320 171
Decimal 250 208 121
Hex FA D0 79

RGB Percentages of Color #fad079

%43.18
%35.92
%20.90

CMYK Percentages of Color #fad079

%0
%17
%52
%2

Triadic Colors of #fad079

#fad079 #79fad0 #d079fa

Analogous Colors of #fad079

#fad079 #e4fa79 #fa9079

Monochromatic Colors of #fad079

#fad079

Complementary Color

#fad079 #79a3fa

#fad079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad079 Color CSS Codes

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

#fad079 Text Font Color

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

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


#fad079 Background Color

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

This div background color is #fad079


#fad079 Border Color

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

This div border color is #fad079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad079


Comments

No comments written yet.

Please login to write comment.