Color Hex Logo

#fabb3b Color Hex

#FABB3B
(250,187,59)
0 Favorites   0 Comments

Color spaces of #fabb3b

RGB 25018759
HSL0.110.950.61
HSV40°76°98°
CMYK 0.000.250.76   0.02
XYZ57.984156.180411.9255
Yxy56.18040.45990.4456
Hunter Lab74.95366.918843.0342
CIE-Lab79.716411.488969.3377

#fabb3b color RGB value is (250,187,59).

#fabb3b hex color red value is 250, green value is 187 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #fabb3b hue: 0.11 , saturation: 0.95 and the lightness value of fabb3b is 0.61.

The process color (four color CMYK) of #fabb3b color hex is 0.00, 0.25, 0.76, 0.02. Web safe color of #fabb3b is #ffcc33. Color #fabb3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111011 00111011
Octal 372 273 73
Decimal 250 187 59
Hex FA BB 3B

RGB Percentages of Color #fabb3b

%50.40
%37.70
%11.90

CMYK Percentages of Color #fabb3b

%0
%25
%76
%2

Triadic Colors of #fabb3b

#fabb3b #3bfabb #bb3bfa

Analogous Colors of #fabb3b

#fabb3b #dafa3b #fa5b3b

Monochromatic Colors of #fabb3b

#fabb3b

Complementary Color

#fabb3b #3b7afa

#fabb3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabb3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabb3b Color CSS Codes

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

#fabb3b Text Font Color

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

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


#fabb3b Background Color

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

This div background color is #fabb3b


#fabb3b Border Color

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

This div border color is #fabb3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabb3b


Comments

No comments written yet.

Please login to write comment.