Color Hex Logo

#fbc556 Color Hex

#FBC556
(251,197,86)
0 Favorites   0 Comments

Color spaces of #fbc556

RGB 25119786
HSL0.110.950.66
HSV40°66°98°
CMYK 0.000.220.66   0.02
XYZ61.429661.113617.3625
Yxy61.11360.43910.4368
Hunter Lab78.17523.457741.5545
CIE-Lab82.43987.988561.2693

#fbc556 color RGB value is (251,197,86).

#fbc556 hex color red value is 251, green value is 197 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #fbc556 hue: 0.11 , saturation: 0.95 and the lightness value of fbc556 is 0.66.

The process color (four color CMYK) of #fbc556 color hex is 0.00, 0.22, 0.66, 0.02. Web safe color of #fbc556 is #ffcc66. Color #fbc556 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000101 01010110
Octal 373 305 126
Decimal 251 197 86
Hex FB C5 56

RGB Percentages of Color #fbc556

%47.00
%36.89
%16.10

CMYK Percentages of Color #fbc556

%0
%22
%66
%2

Triadic Colors of #fbc556

#fbc556 #56fbc5 #c556fb

Analogous Colors of #fbc556

#fbc556 #dffb56 #fb7356

Monochromatic Colors of #fbc556

#fbc556

Complementary Color

#fbc556 #568cfb

#fbc556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc556 Color CSS Codes

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

#fbc556 Text Font Color

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

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


#fbc556 Background Color

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

This div background color is #fbc556


#fbc556 Border Color

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

This div border color is #fbc556


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc556


Comments

No comments written yet.

Please login to write comment.