Color Hex Logo

#fab392 Color Hex

#FAB392
(250,179,146)
0 Favorites   0 Comments

Color spaces of #fab392

RGB 250179146
HSL0.050.910.78
HSV19°42°98°
CMYK 0.000.280.42   0.02
XYZ60.732754.639534.5396
Yxy54.63950.40510.3645
Hunter Lab73.918517.301124.0388
CIE-Lab78.833221.893327.1050

#fab392 color RGB value is (250,179,146).

#fab392 hex color red value is 250, green value is 179 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #fab392 hue: 0.05 , saturation: 0.91 and the lightness value of fab392 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110011 10010010
Octal 372 263 222
Decimal 250 179 146
Hex FA B3 92

RGB Percentages of Color #fab392

%43.48
%31.13
%25.39

CMYK Percentages of Color #fab392

%0
%28
%42
%2

Triadic Colors of #fab392

#fab392 #92fab3 #b392fa

Analogous Colors of #fab392

#fab392 #fae792 #fa92a5

Monochromatic Colors of #fab392

#fab392

Complementary Color

#fab392 #92d9fa

#fab392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab392 Color CSS Codes

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

#fab392 Text Font Color

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

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


#fab392 Background Color

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

This div background color is #fab392


#fab392 Border Color

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

This div border color is #fab392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab392


Comments

No comments written yet.

Please login to write comment.