Color Hex Logo

#fbc607 Color Hex

#FBC607
(251,198,7)
0 Favorites   0 Comments

Color spaces of #fbc607

RGB 2511987
HSL0.130.970.51
HSV47°97°98°
CMYK 0.000.210.97   0.02
XYZ60.016160.91278.7952
Yxy60.91270.46260.4696
Hunter Lab78.04660.681047.9511
CIE-Lab82.33185.112583.0822

#fbc607 color RGB value is (251,198,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000110 00000111
Octal 373 306 7
Decimal 251 198 7
Hex FB C6 7

RGB Percentages of Color #fbc607

%55.04
%43.42
%1.54

CMYK Percentages of Color #fbc607

%0
%21
%97
%2

Triadic Colors of #fbc607

#fbc607 #07fbc6 #c607fb

Analogous Colors of #fbc607

#fbc607 #b6fb07 #fb4c07

Monochromatic Colors of #fbc607

#fbc607

Complementary Color

#fbc607 #073cfb

#fbc607 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc607 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc607 Color CSS Codes

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

#fbc607 Text Font Color

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

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


#fbc607 Background Color

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

This div background color is #fbc607


#fbc607 Border Color

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

This div border color is #fbc607


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc607

Related Colors


Comments

No comments written yet.

Please login to write comment.