Color Hex Logo

#faab48 Color Hex

#FAAB48
(250,171,72)
0 Favorites   0 Comments

Color spaces of #faab48

RGB 25017172
HSL0.090.950.63
HSV33°71°98°
CMYK 0.000.320.71   0.02
XYZ55.157049.917712.8589
Yxy49.91770.46770.4233
Hunter Lab70.652515.709738.6658
CIE-Lab76.018720.420160.5284

#faab48 color RGB value is (250,171,72).

#faab48 hex color red value is 250, green value is 171 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #faab48 hue: 0.09 , saturation: 0.95 and the lightness value of faab48 is 0.63.

The process color (four color CMYK) of #faab48 color hex is 0.00, 0.32, 0.71, 0.02. Web safe color of #faab48 is #ff9933. Color #faab48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 01001000
Octal 372 253 110
Decimal 250 171 72
Hex FA AB 48

RGB Percentages of Color #faab48

%50.71
%34.69
%14.60

CMYK Percentages of Color #faab48

%0
%32
%71
%2

Triadic Colors of #faab48

#faab48 #48faab #ab48fa

Analogous Colors of #faab48

#faab48 #f0fa48 #fa5248

Monochromatic Colors of #faab48

#faab48

Complementary Color

#faab48 #4897fa

#faab48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faab48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faab48 Color CSS Codes

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

#faab48 Text Font Color

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

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


#faab48 Background Color

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

This div background color is #faab48


#faab48 Border Color

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

This div border color is #faab48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faab48


Comments

No comments written yet.

Please login to write comment.