Color Hex Logo

#fab88a Color Hex

#FAB88A
(250,184,138)
0 Favorites   0 Comments

Color spaces of #fab88a

RGB 250184138
HSL0.070.920.76
HSV25°45°98°
CMYK 0.000.260.45   0.02
XYZ61.152356.440031.7157
Yxy56.44000.40960.3780
Hunter Lab75.126613.825827.5585
CIE-Lab79.863618.441332.7051

#fab88a color RGB value is (250,184,138).

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

The process color (four color CMYK) of #fab88a color hex is 0.00, 0.26, 0.45, 0.02. Web safe color of #fab88a is #ffcc99. Color #fab88a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111000 10001010
Octal 372 270 212
Decimal 250 184 138
Hex FA B8 8A

RGB Percentages of Color #fab88a

%43.71
%32.17
%24.13

CMYK Percentages of Color #fab88a

%0
%26
%45
%2

Triadic Colors of #fab88a

#fab88a #8afab8 #b88afa

Analogous Colors of #fab88a

#fab88a #faf08a #fa8a94

Monochromatic Colors of #fab88a

#fab88a

Complementary Color

#fab88a #8accfa

#fab88a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab88a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab88a Color CSS Codes

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

#fab88a Text Font Color

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

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


#fab88a Background Color

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

This div background color is #fab88a


#fab88a Border Color

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

This div border color is #fab88a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab88a

Related Colors


Comments

No comments written yet.

Please login to write comment.