Color Hex Logo

#fbbc05 Color Hex

#FBBC05
(251,188,5)
2 Favorites   2 Comments

Color spaces of #fbbc05

RGB 2511885
HSL0.120.970.50
HSV45°98°98°
CMYK 0.000.250.98   0.02
XYZ57.794356.48668.0005
Yxy56.48660.47260.4619
Hunter Lab75.15765.736346.2989
CIE-Lab79.890010.277681.5587

#fbbc05 color RGB value is (251,188,5).

#fbbc05 hex color red value is 251, green value is 188 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #fbbc05 hue: 0.12 , saturation: 0.97 and the lightness value of fbbc05 is 0.50.

The process color (four color CMYK) of #fbbc05 color hex is 0.00, 0.25, 0.98, 0.02. Web safe color of #fbbc05 is #ffcc00. Color #fbbc05 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111100 00000101
Octal 373 274 5
Decimal 251 188 5
Hex FB BC 5

RGB Percentages of Color #fbbc05

%56.53
%42.34
%1.13

CMYK Percentages of Color #fbbc05

%0
%25
%98
%2

Triadic Colors of #fbbc05

#fbbc05 #05fbbc #bc05fb

Analogous Colors of #fbbc05

#fbbc05 #bffb05 #fb4105

Monochromatic Colors of #fbbc05

#fbbc05

Complementary Color

#fbbc05 #0544fb

#fbbc05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbc05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbc05 Color CSS Codes

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

#fbbc05 Text Font Color

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

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


#fbbc05 Background Color

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

This div background color is #fbbc05


#fbbc05 Border Color

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

This div border color is #fbbc05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbc05


Comments

29 Aug 2017, 23:01 AbeFish

goOgle

1 Sep 2015, 20:27 hashtag

GOOGLE

Please login to write comment.