Color Hex Logo

#fabb90 Color Hex

#FABB90
(250,187,144)
0 Favorites   0 Comments

Color spaces of #fabb90

RGB 250187144
HSL0.070.910.77
HSV24°42°98°
CMYK 0.000.250.42   0.02
XYZ62.228757.878334.2774
Yxy57.87830.40310.3749
Hunter Lab76.077812.870026.5409
CIE-Lab80.671117.478630.6199

#fabb90 color RGB value is (250,187,144).

#fabb90 hex color red value is 250, green value is 187 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #fabb90 hue: 0.07 , saturation: 0.91 and the lightness value of fabb90 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111011 10010000
Octal 372 273 220
Decimal 250 187 144
Hex FA BB 90

RGB Percentages of Color #fabb90

%43.03
%32.19
%24.78

CMYK Percentages of Color #fabb90

%0
%25
%42
%2

Triadic Colors of #fabb90

#fabb90 #90fabb #bb90fa

Analogous Colors of #fabb90

#fabb90 #faf090 #fa909a

Monochromatic Colors of #fabb90

#fabb90

Complementary Color

#fabb90 #90cffa

#fabb90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabb90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabb90 Color CSS Codes

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

#fabb90 Text Font Color

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

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


#fabb90 Background Color

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

This div background color is #fabb90


#fabb90 Border Color

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

This div border color is #fabb90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabb90


Comments

No comments written yet.

Please login to write comment.