Color Hex Logo

#faaa84 Color Hex

#FAAA84
(250,170,132)
0 Favorites   0 Comments

Color spaces of #faaa84

RGB 250170132
HSL0.050.920.75
HSV19°47°98°
CMYK 0.000.320.47   0.02
XYZ57.963950.739428.5684
Yxy50.73940.42230.3696
Hunter Lab71.231620.597126.0831
CIE-Lab76.520925.213431.4808

#faaa84 color RGB value is (250,170,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101010 10000100
Octal 372 252 204
Decimal 250 170 132
Hex FA AA 84

RGB Percentages of Color #faaa84

%45.29
%30.80
%23.91

CMYK Percentages of Color #faaa84

%0
%32
%47
%2

Triadic Colors of #faaa84

#faaa84 #84faaa #aa84fa

Analogous Colors of #faaa84

#faaa84 #fae584 #fa8499

Monochromatic Colors of #faaa84

#faaa84

Complementary Color

#faaa84 #84d4fa

#faaa84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaa84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaa84 Color CSS Codes

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

#faaa84 Text Font Color

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

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


#faaa84 Background Color

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

This div background color is #faaa84


#faaa84 Border Color

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

This div border color is #faaa84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaa84


Comments

No comments written yet.

Please login to write comment.