Color Hex Logo

#fbf660 Color Hex

#FBF660
(251,246,96)
0 Favorites   0 Comments

Color spaces of #fbf660

RGB 25124696
HSL0.160.950.68
HSV58°62°98°
CMYK 0.000.020.62   0.02
XYZ74.850787.265323.9652
Yxy87.26530.40220.4690
Hunter Lab93.4159-20.452450.1807
CIE-Lab94.8507-16.073770.3673

#fbf660 color RGB value is (251,246,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110110 01100000
Octal 373 366 140
Decimal 251 246 96
Hex FB F6 60

RGB Percentages of Color #fbf660

%42.33
%41.48
%16.19

CMYK Percentages of Color #fbf660

%0
%2
%62
%2

Triadic Colors of #fbf660

#fbf660 #60fbf6 #f660fb

Analogous Colors of #fbf660

#fbf660 #b3fb60 #fba960

Monochromatic Colors of #fbf660

#fbf660

Complementary Color

#fbf660 #6065fb

#fbf660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf660 Color CSS Codes

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

#fbf660 Text Font Color

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

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


#fbf660 Background Color

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

This div background color is #fbf660


#fbf660 Border Color

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

This div border color is #fbf660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf660

Related Colors


Comments

No comments written yet.

Please login to write comment.