Color Hex Logo

#fbc707 Color Hex

#FBC707
(251,199,7)
0 Favorites   0 Comments

Color spaces of #fbc707

RGB 2511997
HSL0.130.970.51
HSV47°97°98°
CMYK 0.000.210.97   0.02
XYZ60.245461.37148.8716
Yxy61.37140.46170.4703
Hunter Lab78.33990.176348.1236
CIE-Lab82.57804.596883.2571

#fbc707 color RGB value is (251,199,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000111 00000111
Octal 373 307 7
Decimal 251 199 7
Hex FB C7 7

RGB Percentages of Color #fbc707

%54.92
%43.54
%1.53

CMYK Percentages of Color #fbc707

%0
%21
%97
%2

Triadic Colors of #fbc707

#fbc707 #07fbc7 #c707fb

Analogous Colors of #fbc707

#fbc707 #b5fb07 #fb4d07

Monochromatic Colors of #fbc707

#fbc707

Complementary Color

#fbc707 #073bfb

#fbc707 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc707 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc707 Color CSS Codes

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

#fbc707 Text Font Color

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

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


#fbc707 Background Color

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

This div background color is #fbc707


#fbc707 Border Color

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

This div border color is #fbc707


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc707


Comments

No comments written yet.

Please login to write comment.