Color Hex Logo

#fabc98 Color Hex

#FABC98
(250,188,152)
0 Favorites   0 Comments

Color spaces of #fabc98

RGB 250188152
HSL0.060.910.79
HSV22°39°98°
CMYK 0.000.250.39   0.02
XYZ63.075158.557437.6841
Yxy58.55740.39590.3676
Hunter Lab76.522813.216524.3683
CIE-Lab81.047717.814826.9035

#fabc98 color RGB value is (250,188,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111100 10011000
Octal 372 274 230
Decimal 250 188 152
Hex FA BC 98

RGB Percentages of Color #fabc98

%42.37
%31.86
%25.76

CMYK Percentages of Color #fabc98

%0
%25
%39
%2

Triadic Colors of #fabc98

#fabc98 #98fabc #bc98fa

Analogous Colors of #fabc98

#fabc98 #faed98 #fa98a5

Monochromatic Colors of #fabc98

#fabc98

Complementary Color

#fabc98 #98d6fa

#fabc98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabc98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabc98 Color CSS Codes

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

#fabc98 Text Font Color

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

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


#fabc98 Background Color

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

This div background color is #fabc98


#fabc98 Border Color

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

This div border color is #fabc98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabc98


Comments

No comments written yet.

Please login to write comment.