Color Hex Logo

#fbbc50 Color Hex

#FBBC50
(251,188,80)
0 Favorites   0 Comments

Color spaces of #fbbc50

RGB 25118880
HSL0.110.960.65
HSV38°68°98°
CMYK 0.000.250.68   0.02
XYZ59.214857.054915.4811
Yxy57.05490.44940.4331
Hunter Lab75.53477.747940.7226
CIE-Lab80.210512.338561.4937

#fbbc50 color RGB value is (251,188,80).

#fbbc50 hex color red value is 251, green value is 188 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #fbbc50 hue: 0.11 , saturation: 0.96 and the lightness value of fbbc50 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111100 01010000
Octal 373 274 120
Decimal 251 188 80
Hex FB BC 50

RGB Percentages of Color #fbbc50

%48.36
%36.22
%15.41

CMYK Percentages of Color #fbbc50

%0
%25
%68
%2

Triadic Colors of #fbbc50

#fbbc50 #50fbbc #bc50fb

Analogous Colors of #fbbc50

#fbbc50 #e5fb50 #fb6750

Monochromatic Colors of #fbbc50

#fbbc50

Complementary Color

#fbbc50 #508ffb

#fbbc50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbc50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbc50 Color CSS Codes

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

#fbbc50 Text Font Color

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

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


#fbbc50 Background Color

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

This div background color is #fbbc50


#fbbc50 Border Color

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

This div border color is #fbbc50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbc50


Comments

No comments written yet.

Please login to write comment.