Color Hex Logo

#fab382 Color Hex

#FAB382
(250,179,130)
0 Favorites   0 Comments

Color spaces of #fab382

RGB 250179130
HSL0.070.920.75
HSV25°48°98°
CMYK 0.000.280.48   0.02
XYZ59.573754.175928.4362
Yxy54.17590.41900.3810
Hunter Lab73.604315.666528.6170
CIE-Lab78.564220.295535.2016

#fab382 color RGB value is (250,179,130).

#fab382 hex color red value is 250, green value is 179 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #fab382 hue: 0.07 , saturation: 0.92 and the lightness value of fab382 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110011 10000010
Octal 372 263 202
Decimal 250 179 130
Hex FA B3 82

RGB Percentages of Color #fab382

%44.72
%32.02
%23.26

CMYK Percentages of Color #fab382

%0
%28
%48
%2

Triadic Colors of #fab382

#fab382 #82fab3 #b382fa

Analogous Colors of #fab382

#fab382 #faef82 #fa828d

Monochromatic Colors of #fab382

#fab382

Complementary Color

#fab382 #82c9fa

#fab382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab382 Color CSS Codes

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

#fab382 Text Font Color

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

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


#fab382 Background Color

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

This div background color is #fab382


#fab382 Border Color

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

This div border color is #fab382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab382


Comments

No comments written yet.

Please login to write comment.