Color Hex Logo

#faab69 Color Hex

#FAAB69
(250,171,105)
0 Favorites   0 Comments

Color spaces of #faab69

RGB 250171105
HSL0.080.940.70
HSV27°58°98°
CMYK 0.000.320.58   0.02
XYZ56.537150.469720.1264
Yxy50.46970.44470.3970
Hunter Lab71.042017.731432.9324
CIE-Lab76.356722.413245.3072

#faab69 color RGB value is (250,171,105).

#faab69 hex color red value is 250, green value is 171 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #faab69 hue: 0.08 , saturation: 0.94 and the lightness value of faab69 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 01101001
Octal 372 253 151
Decimal 250 171 105
Hex FA AB 69

RGB Percentages of Color #faab69

%47.53
%32.51
%19.96

CMYK Percentages of Color #faab69

%0
%32
%58
%2

Triadic Colors of #faab69

#faab69 #69faab #ab69fa

Analogous Colors of #faab69

#faab69 #faf469 #fa6970

Monochromatic Colors of #faab69

#faab69

Complementary Color

#faab69 #69b8fa

#faab69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faab69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faab69 Color CSS Codes

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

#faab69 Text Font Color

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

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


#faab69 Background Color

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

This div background color is #faab69


#faab69 Border Color

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

This div border color is #faab69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faab69


Comments

No comments written yet.

Please login to write comment.