Color Hex Logo

#fab894 Color Hex

#FAB894
(250,184,148)
0 Favorites   0 Comments

Color spaces of #fab894

RGB 250184148
HSL0.060.910.78
HSV21°41°98°
CMYK 0.000.260.41   0.02
XYZ61.910156.743135.7065
Yxy56.74310.40110.3676
Hunter Lab75.328014.880424.6253
CIE-Lab80.034919.478627.6579

#fab894 color RGB value is (250,184,148).

#fab894 hex color red value is 250, green value is 184 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #fab894 hue: 0.06 , saturation: 0.91 and the lightness value of fab894 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111000 10010100
Octal 372 270 224
Decimal 250 184 148
Hex FA B8 94

RGB Percentages of Color #fab894

%42.96
%31.62
%25.43

CMYK Percentages of Color #fab894

%0
%26
%41
%2

Triadic Colors of #fab894

#fab894 #94fab8 #b894fa

Analogous Colors of #fab894

#fab894 #faeb94 #fa94a3

Monochromatic Colors of #fab894

#fab894

Complementary Color

#fab894 #94d6fa

#fab894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab894 Color CSS Codes

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

#fab894 Text Font Color

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

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


#fab894 Background Color

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

This div background color is #fab894


#fab894 Border Color

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

This div border color is #fab894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab894


Comments

No comments written yet.

Please login to write comment.