Color Hex Logo

#fab998 Color Hex

#FAB998
(250,185,152)
0 Favorites   0 Comments

Color spaces of #fab998

RGB 250185152
HSL0.060.910.79
HSV20°39°98°
CMYK 0.000.260.39   0.02
XYZ62.440857.288937.4726
Yxy57.28890.39720.3644
Hunter Lab75.689414.799023.6291
CIE-Lab80.341819.390625.9496

#fab998 color RGB value is (250,185,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111001 10011000
Octal 372 271 230
Decimal 250 185 152
Hex FA B9 98

RGB Percentages of Color #fab998

%42.59
%31.52
%25.89

CMYK Percentages of Color #fab998

%0
%26
%39
%2

Triadic Colors of #fab998

#fab998 #98fab9 #b998fa

Analogous Colors of #fab998

#fab998 #faea98 #fa98a8

Monochromatic Colors of #fab998

#fab998

Complementary Color

#fab998 #98d9fa

#fab998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab998 Color CSS Codes

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

#fab998 Text Font Color

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

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


#fab998 Background Color

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

This div background color is #fab998


#fab998 Border Color

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

This div border color is #fab998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab998


Comments

No comments written yet.

Please login to write comment.