Color Hex Logo

#fad36c Color Hex

#FAD36C
(250,211,108)
0 Favorites   0 Comments

Color spaces of #fad36c

RGB 250211108
HSL0.120.930.70
HSV44°57°98°
CMYK 0.000.160.57   0.02
XYZ65.425467.995223.8635
Yxy67.99520.41600.4323
Hunter Lab82.4592-2.676840.5631
CIE-Lab86.00401.802355.2855

#fad36c color RGB value is (250,211,108).

#fad36c hex color red value is 250, green value is 211 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #fad36c hue: 0.12 , saturation: 0.93 and the lightness value of fad36c is 0.70.

The process color (four color CMYK) of #fad36c color hex is 0.00, 0.16, 0.57, 0.02. Web safe color of #fad36c is #ffcc66. Color #fad36c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010011 01101100
Octal 372 323 154
Decimal 250 211 108
Hex FA D3 6C

RGB Percentages of Color #fad36c

%43.94
%37.08
%18.98

CMYK Percentages of Color #fad36c

%0
%16
%57
%2

Triadic Colors of #fad36c

#fad36c #6cfad3 #d36cfa

Analogous Colors of #fad36c

#fad36c #dafa6c #fa8c6c

Monochromatic Colors of #fad36c

#fad36c

Complementary Color

#fad36c #6c93fa

#fad36c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad36c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad36c Color CSS Codes

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

#fad36c Text Font Color

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

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


#fad36c Background Color

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

This div background color is #fad36c


#fad36c Border Color

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

This div border color is #fad36c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad36c


Comments

No comments written yet.

Please login to write comment.