Color Hex Logo

#fbbc5a Color Hex

#FBBC5A
(251,188,90)
1 Favorites   0 Comments

Color spaces of #fbbc5a

RGB 25118890
HSL0.100.950.67
HSV37°64°98°
CMYK 0.000.250.64   0.02
XYZ59.612357.213917.5743
Yxy57.21390.44350.4257
Hunter Lab75.63998.307339.1724
CIE-Lab80.299812.907057.1404

#fbbc5a color RGB value is (251,188,90).

#fbbc5a hex color red value is 251, green value is 188 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #fbbc5a hue: 0.10 , saturation: 0.95 and the lightness value of fbbc5a is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111100 01011010
Octal 373 274 132
Decimal 251 188 90
Hex FB BC 5A

RGB Percentages of Color #fbbc5a

%47.45
%35.54
%17.01

CMYK Percentages of Color #fbbc5a

%0
%25
%64
%2

Triadic Colors of #fbbc5a

#fbbc5a #5afbbc #bc5afb

Analogous Colors of #fbbc5a

#fbbc5a #eafb5a #fb6c5a

Monochromatic Colors of #fbbc5a

#fbbc5a

Complementary Color

#fbbc5a #5a99fb

#fbbc5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbc5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbc5a Color CSS Codes

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

#fbbc5a Text Font Color

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

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


#fbbc5a Background Color

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

This div background color is #fbbc5a


#fbbc5a Border Color

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

This div border color is #fbbc5a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,188,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbc5a

#fbbc5a Color Palettes


Comments

No comments written yet.

Please login to write comment.