Color Hex Logo

#faab5d Color Hex

#FAAB5D
(250,171,93)
0 Favorites   0 Comments

Color spaces of #faab5d

RGB 25017193
HSL0.080.940.67
HSV30°63°98°
CMYK 0.000.320.63   0.02
XYZ55.963050.240117.1037
Yxy50.24010.45390.4074
Hunter Lab70.880316.893035.3093
CIE-Lab76.216421.589751.0809

#faab5d color RGB value is (250,171,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 01011101
Octal 372 253 135
Decimal 250 171 93
Hex FA AB 5D

RGB Percentages of Color #faab5d

%48.64
%33.27
%18.09

CMYK Percentages of Color #faab5d

%0
%32
%63
%2

Triadic Colors of #faab5d

#faab5d #5dfaab #ab5dfa

Analogous Colors of #faab5d

#faab5d #fafa5d #fa5d5d

Monochromatic Colors of #faab5d

#faab5d

Complementary Color

#faab5d #5dacfa

#faab5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faab5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#faab5d Color CSS Codes

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

#faab5d Text Font Color

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

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


#faab5d Background Color

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

This div background color is #faab5d


#faab5d Border Color

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

This div border color is #faab5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faab5d


Comments

No comments written yet.

Please login to write comment.