Color Hex Logo

#fbca56 Color Hex

#FBCA56
(251,202,86)
0 Favorites   0 Comments

Color spaces of #fbca56

RGB 25120286
HSL0.120.950.66
HSV42°66°98°
CMYK 0.000.200.66   0.02
XYZ62.583963.422217.7473
Yxy63.42220.43540.4412
Hunter Lab79.63810.908442.5339
CIE-Lab83.66405.402562.5847

#fbca56 color RGB value is (251,202,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001010 01010110
Octal 373 312 126
Decimal 251 202 86
Hex FB CA 56

RGB Percentages of Color #fbca56

%46.57
%37.48
%15.96

CMYK Percentages of Color #fbca56

%0
%20
%66
%2

Triadic Colors of #fbca56

#fbca56 #56fbca #ca56fb

Analogous Colors of #fbca56

#fbca56 #dafb56 #fb7856

Monochromatic Colors of #fbca56

#fbca56

Complementary Color

#fbca56 #5687fb

#fbca56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbca56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbca56 Color CSS Codes

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

#fbca56 Text Font Color

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

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


#fbca56 Background Color

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

This div background color is #fbca56


#fbca56 Border Color

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

This div border color is #fbca56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbca56

Related Colors

#fbca56 Color Palettes


Comments

No comments written yet.

Please login to write comment.