Color Hex Logo

#fab18b Color Hex

#FAB18B
(250,177,139)
0 Favorites   0 Comments

Color spaces of #fab18b

RGB 250177139
HSL0.060.920.76
HSV21°44°98°
CMYK 0.000.290.44   0.02
XYZ59.806753.632431.6260
Yxy53.63240.41230.3697
Hunter Lab73.234117.612425.6596
CIE-Lab78.246922.220330.0428

#fab18b color RGB value is (250,177,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110001 10001011
Octal 372 261 213
Decimal 250 177 139
Hex FA B1 8B

RGB Percentages of Color #fab18b

%44.17
%31.27
%24.56

CMYK Percentages of Color #fab18b

%0
%29
%44
%2

Triadic Colors of #fab18b

#fab18b #8bfab1 #b18bfa

Analogous Colors of #fab18b

#fab18b #fae98b #fa8b9d

Monochromatic Colors of #fab18b

#fab18b

Complementary Color

#fab18b #8bd4fa

#fab18b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab18b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab18b Color CSS Codes

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

#fab18b Text Font Color

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

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


#fab18b Background Color

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

This div background color is #fab18b


#fab18b Border Color

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

This div border color is #fab18b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab18b


Comments

No comments written yet.

Please login to write comment.