Color Hex Logo

#fbc056 Color Hex

#FBC056
(251,192,86)
0 Favorites   0 Comments

Color spaces of #fbc056

RGB 25119286
HSL0.110.950.66
HSV39°66°98°
CMYK 0.000.240.66   0.02
XYZ60.313058.880416.9903
Yxy58.88040.44290.4324
Hunter Lab76.73366.018240.5855
CIE-Lab81.225810.585859.9568

#fbc056 color RGB value is (251,192,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000000 01010110
Octal 373 300 126
Decimal 251 192 86
Hex FB C0 56

RGB Percentages of Color #fbc056

%47.45
%36.29
%16.26

CMYK Percentages of Color #fbc056

%0
%24
%66
%2

Triadic Colors of #fbc056

#fbc056 #56fbc0 #c056fb

Analogous Colors of #fbc056

#fbc056 #e4fb56 #fb6e56

Monochromatic Colors of #fbc056

#fbc056

Complementary Color

#fbc056 #5691fb

#fbc056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc056 Color CSS Codes

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

#fbc056 Text Font Color

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

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


#fbc056 Background Color

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

This div background color is #fbc056


#fbc056 Border Color

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

This div border color is #fbc056


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc056


Comments

No comments written yet.

Please login to write comment.