Color Hex Logo

#faa882 Color Hex

#FAA882
(250,168,130)
0 Favorites   0 Comments

Color spaces of #faa882

RGB 250168130
HSL0.050.920.75
HSV19°48°98°
CMYK 0.000.330.48   0.02
XYZ57.456249.941027.7304
Yxy49.94100.42520.3696
Hunter Lab70.668921.455826.2029
CIE-Lab76.033026.074631.9041

#faa882 color RGB value is (250,168,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101000 10000010
Octal 372 250 202
Decimal 250 168 130
Hex FA A8 82

RGB Percentages of Color #faa882

%45.62
%30.66
%23.72

CMYK Percentages of Color #faa882

%0
%33
%48
%2

Triadic Colors of #faa882

#faa882 #82faa8 #a882fa

Analogous Colors of #faa882

#faa882 #fae482 #fa8298

Monochromatic Colors of #faa882

#faa882

Complementary Color

#faa882 #82d4fa

#faa882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa882 Color CSS Codes

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

#faa882 Text Font Color

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

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


#faa882 Background Color

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

This div background color is #faa882


#faa882 Border Color

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

This div border color is #faa882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa882


Comments

No comments written yet.

Please login to write comment.