Color Hex Logo

#fab08c Color Hex

#FAB08C
(250,176,140)
0 Favorites   0 Comments

Color spaces of #fab08c

RGB 250176140
HSL0.050.920.76
HSV20°44°98°
CMYK 0.000.300.44   0.02
XYZ59.683353.268131.9471
Yxy53.26810.41190.3676
Hunter Lab72.985018.244225.1370
CIE-Lab78.033022.847329.2273

#fab08c color RGB value is (250,176,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110000 10001100
Octal 372 260 214
Decimal 250 176 140
Hex FA B0 8C

RGB Percentages of Color #fab08c

%44.17
%31.10
%24.73

CMYK Percentages of Color #fab08c

%0
%30
%44
%2

Triadic Colors of #fab08c

#fab08c #8cfab0 #b08cfa

Analogous Colors of #fab08c

#fab08c #fae78c #fa8c9f

Monochromatic Colors of #fab08c

#fab08c

Complementary Color

#fab08c #8cd6fa

#fab08c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab08c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab08c Color CSS Codes

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

#fab08c Text Font Color

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

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


#fab08c Background Color

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

This div background color is #fab08c


#fab08c Border Color

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

This div border color is #fab08c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab08c


Comments

No comments written yet.

Please login to write comment.