Color Hex Logo

#fad076 Color Hex

#FAD076
(250,208,118)
0 Favorites   0 Comments

Color spaces of #fad076

RGB 250208118
HSL0.110.930.72
HSV41°53°98°
CMYK 0.000.170.53   0.02
XYZ65.250266.743726.5833
Yxy66.74370.41150.4209
Hunter Lab81.6968-0.403837.8954
CIE-Lab85.37434.122149.7825

#fad076 color RGB value is (250,208,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010000 01110110
Octal 372 320 166
Decimal 250 208 118
Hex FA D0 76

RGB Percentages of Color #fad076

%43.40
%36.11
%20.49

CMYK Percentages of Color #fad076

%0
%17
%53
%2

Triadic Colors of #fad076

#fad076 #76fad0 #d076fa

Analogous Colors of #fad076

#fad076 #e2fa76 #fa8e76

Monochromatic Colors of #fad076

#fad076

Complementary Color

#fad076 #76a0fa

#fad076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad076 Color CSS Codes

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

#fad076 Text Font Color

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

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


#fad076 Background Color

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

This div background color is #fad076


#fad076 Border Color

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

This div border color is #fad076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad076


Comments

No comments written yet.

Please login to write comment.