Color Hex Logo

#fbc407 Color Hex

#FBC407
(251,196,7)
0 Favorites   0 Comments

Color spaces of #fbc407

RGB 2511967
HSL0.130.970.51
HSV46°97°98°
CMYK 0.000.220.97   0.02
XYZ59.561960.00448.6438
Yxy60.00440.46460.4680
Hunter Lab77.46251.691547.6078
CIE-Lab81.84066.144982.7343

#fbc407 color RGB value is (251,196,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000100 00000111
Octal 373 304 7
Decimal 251 196 7
Hex FB C4 7

RGB Percentages of Color #fbc407

%55.29
%43.17
%1.54

CMYK Percentages of Color #fbc407

%0
%22
%97
%2

Triadic Colors of #fbc407

#fbc407 #07fbc4 #c407fb

Analogous Colors of #fbc407

#fbc407 #b8fb07 #fb4a07

Monochromatic Colors of #fbc407

#fbc407

Complementary Color

#fbc407 #073efb

#fbc407 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc407 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc407 Color CSS Codes

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

#fbc407 Text Font Color

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

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


#fbc407 Background Color

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

This div background color is #fbc407


#fbc407 Border Color

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

This div border color is #fbc407


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc407


Comments

No comments written yet.

Please login to write comment.