Color Hex Logo

#faa682 Color Hex

#FAA682
(250,166,130)
0 Favorites   0 Comments

Color spaces of #faa682

RGB 250166130
HSL0.050.920.75
HSV18°48°98°
CMYK 0.000.340.48   0.02
XYZ57.089849.208127.6083
Yxy49.20810.42630.3675
Hunter Lab70.148522.511025.7692
CIE-Lab75.580627.124131.3104

#faa682 color RGB value is (250,166,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100110 10000010
Octal 372 246 202
Decimal 250 166 130
Hex FA A6 82

RGB Percentages of Color #faa682

%45.79
%30.40
%23.81

CMYK Percentages of Color #faa682

%0
%34
%48
%2

Triadic Colors of #faa682

#faa682 #82faa6 #a682fa

Analogous Colors of #faa682

#faa682 #fae282 #fa829a

Monochromatic Colors of #faa682

#faa682

Complementary Color

#faa682 #82d6fa

#faa682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa682 Color CSS Codes

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

#faa682 Text Font Color

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

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


#faa682 Background Color

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

This div background color is #faa682


#faa682 Border Color

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

This div border color is #faa682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa682


Comments

No comments written yet.

Please login to write comment.