Color Hex Logo

#fab186 Color Hex

#FAB186
(250,177,134)
0 Favorites   0 Comments

Color spaces of #fab186

RGB 250177134
HSL0.060.920.75
HSV22°46°98°
CMYK 0.000.290.46   0.02
XYZ59.449653.489529.7454
Yxy53.48950.41670.3749
Hunter Lab73.136517.106227.0817
CIE-Lab78.163121.726932.5775

#fab186 color RGB value is (250,177,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110001 10000110
Octal 372 261 206
Decimal 250 177 134
Hex FA B1 86

RGB Percentages of Color #fab186

%44.56
%31.55
%23.89

CMYK Percentages of Color #fab186

%0
%29
%46
%2

Triadic Colors of #fab186

#fab186 #86fab1 #b186fa

Analogous Colors of #fab186

#fab186 #faeb86 #fa8695

Monochromatic Colors of #fab186

#fab186

Complementary Color

#fab186 #86cffa

#fab186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab186 Color CSS Codes

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

#fab186 Text Font Color

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

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


#fab186 Background Color

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

This div background color is #fab186


#fab186 Border Color

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

This div border color is #fab186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab186


Comments

No comments written yet.

Please login to write comment.