Color Hex Logo

#fab791 Color Hex

#FAB791
(250,183,145)
0 Favorites   0 Comments

Color spaces of #fab791

RGB 250183145
HSL0.060.910.77
HSV22°42°98°
CMYK 0.000.270.42   0.02
XYZ61.468756.235334.4028
Yxy56.23530.40410.3697
Hunter Lab74.990215.081825.2930
CIE-Lab79.747519.684628.8619

#fab791 color RGB value is (250,183,145).

#fab791 hex color red value is 250, green value is 183 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #fab791 hue: 0.06 , saturation: 0.91 and the lightness value of fab791 is 0.77.

The process color (four color CMYK) of #fab791 color hex is 0.00, 0.27, 0.42, 0.02. Web safe color of #fab791 is #ffcc99. Color #fab791 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110111 10010001
Octal 372 267 221
Decimal 250 183 145
Hex FA B7 91

RGB Percentages of Color #fab791

%43.25
%31.66
%25.09

CMYK Percentages of Color #fab791

%0
%27
%42
%2

Triadic Colors of #fab791

#fab791 #91fab7 #b791fa

Analogous Colors of #fab791

#fab791 #faec91 #fa91a0

Monochromatic Colors of #fab791

#fab791

Complementary Color

#fab791 #91d4fa

#fab791 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab791 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab791 Color CSS Codes

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

#fab791 Text Font Color

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

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


#fab791 Background Color

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

This div background color is #fab791


#fab791 Border Color

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

This div border color is #fab791


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab791

Related Colors


Comments

No comments written yet.

Please login to write comment.