Color Hex Logo

#fabb50 Color Hex

#FABB50
(250,187,80)
0 Favorites   0 Comments

Color spaces of #fabb50

RGB 25018780
HSL0.100.940.65
HSV38°68°98°
CMYK 0.000.250.68   0.02
XYZ58.642656.443815.3934
Yxy56.44380.44940.4326
Hunter Lab75.12917.853740.4423
CIE-Lab79.865712.444461.0968

#fabb50 color RGB value is (250,187,80).

#fabb50 hex color red value is 250, green value is 187 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #fabb50 hue: 0.10 , saturation: 0.94 and the lightness value of fabb50 is 0.65.

The process color (four color CMYK) of #fabb50 color hex is 0.00, 0.25, 0.68, 0.02. Web safe color of #fabb50 is #ffcc66. Color #fabb50 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111011 01010000
Octal 372 273 120
Decimal 250 187 80
Hex FA BB 50

RGB Percentages of Color #fabb50

%48.36
%36.17
%15.47

CMYK Percentages of Color #fabb50

%0
%25
%68
%2

Triadic Colors of #fabb50

#fabb50 #50fabb #bb50fa

Analogous Colors of #fabb50

#fabb50 #e4fa50 #fa6650

Monochromatic Colors of #fabb50

#fabb50

Complementary Color

#fabb50 #508ffa

#fabb50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabb50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabb50 Color CSS Codes

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

#fabb50 Text Font Color

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

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


#fabb50 Background Color

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

This div background color is #fabb50


#fabb50 Border Color

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

This div border color is #fabb50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabb50


Comments

No comments written yet.

Please login to write comment.