Color Hex Logo

#fbc008 Color Hex

#FBC008
(251,192,8)
0 Favorites   0 Comments

Color spaces of #fbc008

RGB 2511928
HSL0.130.970.51
HSV45°97°98°
CMYK 0.000.240.97   0.02
XYZ58.677158.22608.3759
Yxy58.22600.46840.4648
Hunter Lab76.30603.726046.9061
CIE-Lab80.86438.223881.9483

#fbc008 color RGB value is (251,192,8).

#fbc008 hex color red value is 251, green value is 192 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #fbc008 hue: 0.13 , saturation: 0.97 and the lightness value of fbc008 is 0.51.

The process color (four color CMYK) of #fbc008 color hex is 0.00, 0.24, 0.97, 0.02. Web safe color of #fbc008 is #ffcc00. Color #fbc008 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000000 00001000
Octal 373 300 10
Decimal 251 192 8
Hex FB C0 8

RGB Percentages of Color #fbc008

%55.65
%42.57
%1.77

CMYK Percentages of Color #fbc008

%0
%24
%97
%2

Triadic Colors of #fbc008

#fbc008 #08fbc0 #c008fb

Analogous Colors of #fbc008

#fbc008 #bdfb08 #fb4708

Monochromatic Colors of #fbc008

#fbc008

Complementary Color

#fbc008 #0843fb

#fbc008 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc008 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc008 Color CSS Codes

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

#fbc008 Text Font Color

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

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


#fbc008 Background Color

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

This div background color is #fbc008


#fbc008 Border Color

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

This div border color is #fbc008


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc008


Comments

No comments written yet.

Please login to write comment.