Color Hex Logo

#faa684 Color Hex

#FAA684
(250,166,132)
0 Favorites   0 Comments

Color spaces of #faa684

RGB 250166132
HSL0.050.920.75
HSV17°47°98°
CMYK 0.000.340.47   0.02
XYZ57.225449.262428.3223
Yxy49.26240.42450.3654
Hunter Lab70.187222.708025.2060
CIE-Lab75.614327.312730.2865

#faa684 color RGB value is (250,166,132).

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

The process color (four color CMYK) of #faa684 color hex is 0.00, 0.34, 0.47, 0.02. Web safe color of #faa684 is #ff9999. Color #faa684 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100110 10000100
Octal 372 246 204
Decimal 250 166 132
Hex FA A6 84

RGB Percentages of Color #faa684

%45.62
%30.29
%24.09

CMYK Percentages of Color #faa684

%0
%34
%47
%2

Triadic Colors of #faa684

#faa684 #84faa6 #a684fa

Analogous Colors of #faa684

#faa684 #fae184 #fa849d

Monochromatic Colors of #faa684

#faa684

Complementary Color

#faa684 #84d8fa

#faa684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa684 Color CSS Codes

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

#faa684 Text Font Color

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

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


#faa684 Background Color

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

This div background color is #faa684


#faa684 Border Color

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

This div border color is #faa684


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,166,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 #faa684">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa684


Comments

No comments written yet.

Please login to write comment.