Color Hex Logo

#fab58b Color Hex

#FAB58B
(250,181,139)
0 Favorites   0 Comments

Color spaces of #fab58b

RGB 250181139
HSL0.060.920.76
HSV23°44°98°
CMYK 0.000.280.44   0.02
XYZ60.608455.235831.8933
Yxy55.23580.41020.3739
Hunter Lab74.320815.504926.5814
CIE-Lab79.176920.117631.2741

#fab58b color RGB value is (250,181,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110101 10001011
Octal 372 265 213
Decimal 250 181 139
Hex FA B5 8B

RGB Percentages of Color #fab58b

%43.86
%31.75
%24.39

CMYK Percentages of Color #fab58b

%0
%28
%44
%2

Triadic Colors of #fab58b

#fab58b #8bfab5 #b58bfa

Analogous Colors of #fab58b

#fab58b #faed8b #fa8b99

Monochromatic Colors of #fab58b

#fab58b

Complementary Color

#fab58b #8bd0fa

#fab58b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab58b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab58b Color CSS Codes

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

#fab58b Text Font Color

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

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


#fab58b Background Color

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

This div background color is #fab58b


#fab58b Border Color

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

This div border color is #fab58b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab58b


Comments

No comments written yet.

Please login to write comment.