Color Hex Logo

#fad684 Color Hex

#FAD684
(250,214,132)
0 Favorites   0 Comments

Color spaces of #fad684

RGB 250214132
HSL0.120.920.75
HSV42°47°98°
CMYK 0.000.140.47   0.02
XYZ67.635870.083131.7924
Yxy70.08310.39900.4134
Hunter Lab83.7156-2.288136.0846
CIE-Lab87.03762.264144.9673

#fad684 color RGB value is (250,214,132).

#fad684 hex color red value is 250, green value is 214 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #fad684 hue: 0.12 , saturation: 0.92 and the lightness value of fad684 is 0.75.

The process color (four color CMYK) of #fad684 color hex is 0.00, 0.14, 0.47, 0.02. Web safe color of #fad684 is #ffcc99. Color #fad684 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010110 10000100
Octal 372 326 204
Decimal 250 214 132
Hex FA D6 84

RGB Percentages of Color #fad684

%41.95
%35.91
%22.15

CMYK Percentages of Color #fad684

%0
%14
%47
%2

Triadic Colors of #fad684

#fad684 #84fad6 #d684fa

Analogous Colors of #fad684

#fad684 #e3fa84 #fa9b84

Monochromatic Colors of #fad684

#fad684

Complementary Color

#fad684 #84a8fa

#fad684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad684 Color CSS Codes

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

#fad684 Text Font Color

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

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


#fad684 Background Color

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

This div background color is #fad684


#fad684 Border Color

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

This div border color is #fad684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad684


Comments

No comments written yet.

Please login to write comment.