Color Hex Logo

#fbc356 Color Hex

#FBC356
(251,195,86)
0 Favorites   0 Comments

Color spaces of #fbc356

RGB 25119586
HSL0.110.950.66
HSV40°66°98°
CMYK 0.000.220.66   0.02
XYZ60.978560.211317.2121
Yxy60.21130.44060.4350
Hunter Lab77.59594.480741.1656
CIE-Lab81.95299.026360.7439

#fbc356 color RGB value is (251,195,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000011 01010110
Octal 373 303 126
Decimal 251 195 86
Hex FB C3 56

RGB Percentages of Color #fbc356

%47.18
%36.65
%16.17

CMYK Percentages of Color #fbc356

%0
%22
%66
%2

Triadic Colors of #fbc356

#fbc356 #56fbc3 #c356fb

Analogous Colors of #fbc356

#fbc356 #e1fb56 #fb7156

Monochromatic Colors of #fbc356

#fbc356

Complementary Color

#fbc356 #568efb

#fbc356 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc356 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc356 Color CSS Codes

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

#fbc356 Text Font Color

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

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


#fbc356 Background Color

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

This div background color is #fbc356


#fbc356 Border Color

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

This div border color is #fbc356


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc356

Related Colors


Comments

No comments written yet.

Please login to write comment.