Color Hex Logo

#faaa7b Color Hex

#FAAA7B
(250,170,123)
0 Favorites   0 Comments

Color spaces of #faaa7b

RGB 250170123
HSL0.060.930.73
HSV22°51°98°
CMYK 0.000.320.51   0.02
XYZ57.374250.503525.4631
Yxy50.50350.43030.3788
Hunter Lab71.065819.744828.5023
CIE-Lab76.377324.389636.0514

#faaa7b color RGB value is (250,170,123).

#faaa7b hex color red value is 250, green value is 170 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #faaa7b hue: 0.06 , saturation: 0.93 and the lightness value of faaa7b is 0.73.

The process color (four color CMYK) of #faaa7b color hex is 0.00, 0.32, 0.51, 0.02. Web safe color of #faaa7b is #ff9966. Color #faaa7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101010 01111011
Octal 372 252 173
Decimal 250 170 123
Hex FA AA 7B

RGB Percentages of Color #faaa7b

%46.04
%31.31
%22.65

CMYK Percentages of Color #faaa7b

%0
%32
%51
%2

Triadic Colors of #faaa7b

#faaa7b #7bfaaa #aa7bfa

Analogous Colors of #faaa7b

#faaa7b #faea7b #fa7b8c

Monochromatic Colors of #faaa7b

#faaa7b

Complementary Color

#faaa7b #7bcbfa

#faaa7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaa7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaa7b Color CSS Codes

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

#faaa7b Text Font Color

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

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


#faaa7b Background Color

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

This div background color is #faaa7b


#faaa7b Border Color

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

This div border color is #faaa7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaa7b


Comments

No comments written yet.

Please login to write comment.