Color Hex Logo

#fab48c Color Hex

#FAB48C
(250,180,140)
0 Favorites   0 Comments

Color spaces of #fab48c

RGB 250180140
HSL0.060.920.76
HSV22°44°98°
CMYK 0.000.280.44   0.02
XYZ60.479254.860032.2124
Yxy54.86000.40990.3718
Hunter Lab74.067516.134426.0617
CIE-Lab78.960620.744130.4596

#fab48c color RGB value is (250,180,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110100 10001100
Octal 372 264 214
Decimal 250 180 140
Hex FA B4 8C

RGB Percentages of Color #fab48c

%43.86
%31.58
%24.56

CMYK Percentages of Color #fab48c

%0
%28
%44
%2

Triadic Colors of #fab48c

#fab48c #8cfab4 #b48cfa

Analogous Colors of #fab48c

#fab48c #faeb8c #fa8c9b

Monochromatic Colors of #fab48c

#fab48c

Complementary Color

#fab48c #8cd2fa

#fab48c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab48c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab48c Color CSS Codes

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

#fab48c Text Font Color

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

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


#fab48c Background Color

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

This div background color is #fab48c


#fab48c Border Color

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

This div border color is #fab48c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,180,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 #fab48c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab48c

#fab48c Color Palettes


Comments

No comments written yet.

Please login to write comment.