Color Hex Logo

#fab083 Color Hex

#FAB083
(250,176,131)
0 Favorites   0 Comments

Color spaces of #fab083

RGB 250176131
HSL0.060.920.75
HSV23°48°98°
CMYK 0.000.300.48   0.02
XYZ59.046453.013428.5932
Yxy53.01340.41980.3769
Hunter Lab72.810317.338727.6835
CIE-Lab77.882921.965833.7921

#fab083 color RGB value is (250,176,131).

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

The process color (four color CMYK) of #fab083 color hex is 0.00, 0.30, 0.48, 0.02. Web safe color of #fab083 is #ff9999. Color #fab083 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110000 10000011
Octal 372 260 203
Decimal 250 176 131
Hex FA B0 83

RGB Percentages of Color #fab083

%44.88
%31.60
%23.52

CMYK Percentages of Color #fab083

%0
%30
%48
%2

Triadic Colors of #fab083

#fab083 #83fab0 #b083fa

Analogous Colors of #fab083

#fab083 #faec83 #fa8392

Monochromatic Colors of #fab083

#fab083

Complementary Color

#fab083 #83cdfa

#fab083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab083 Color CSS Codes

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

#fab083 Text Font Color

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

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


#fab083 Background Color

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

This div background color is #fab083


#fab083 Border Color

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

This div border color is #fab083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab083

Related Colors

#fab083 Color Palettes


Comments

No comments written yet.

Please login to write comment.