Color Hex Logo

#fbf560 Color Hex

#FBF560
(251,245,96)
0 Favorites   0 Comments

Color spaces of #fbf560

RGB 25124596
HSL0.160.950.68
HSV58°62°98°
CMYK 0.000.020.62   0.02
XYZ74.547486.658623.8640
Yxy86.65860.40280.4682
Hunter Lab93.0906-19.964949.9643
CIE-Lab94.5932-15.588370.0936

#fbf560 color RGB value is (251,245,96).

#fbf560 hex color red value is 251, green value is 245 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #fbf560 hue: 0.16 , saturation: 0.95 and the lightness value of fbf560 is 0.68.

The process color (four color CMYK) of #fbf560 color hex is 0.00, 0.02, 0.62, 0.02. Web safe color of #fbf560 is #ffff66. Color #fbf560 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110101 01100000
Octal 373 365 140
Decimal 251 245 96
Hex FB F5 60

RGB Percentages of Color #fbf560

%42.40
%41.39
%16.22

CMYK Percentages of Color #fbf560

%0
%2
%62
%2

Triadic Colors of #fbf560

#fbf560 #60fbf5 #f560fb

Analogous Colors of #fbf560

#fbf560 #b4fb60 #fba860

Monochromatic Colors of #fbf560

#fbf560

Complementary Color

#fbf560 #6066fb

#fbf560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf560 Color CSS Codes

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

#fbf560 Text Font Color

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

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


#fbf560 Background Color

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

This div background color is #fbf560


#fbf560 Border Color

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

This div border color is #fbf560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf560

Related Colors


Comments

No comments written yet.

Please login to write comment.