Color Hex Logo

#fbfb60 Color Hex

#FBFB60
(251,251,96)
0 Favorites   0 Comments

Color spaces of #fbfb60

RGB 25125196
HSL0.170.950.68
HSV60°62°98°
CMYK 0.000.000.62   0.02
XYZ76.392290.348124.4790
Yxy90.34810.39950.4725
Hunter Lab95.0516-22.881451.2670
CIE-Lab96.1410-18.487071.7350

#fbfb60 color RGB value is (251,251,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111011 01100000
Octal 373 373 140
Decimal 251 251 96
Hex FB FB 60

RGB Percentages of Color #fbfb60

%41.97
%41.97
%16.05

CMYK Percentages of Color #fbfb60

%0
%0
%62
%2

Triadic Colors of #fbfb60

#fbfb60 #60fbfb #fb60fb

Analogous Colors of #fbfb60

#fbfb60 #aefb60 #fbae60

Monochromatic Colors of #fbfb60

#fbfb60

Complementary Color

#fbfb60 #6060fb

#fbfb60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfb60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfb60 Color CSS Codes

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

#fbfb60 Text Font Color

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

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


#fbfb60 Background Color

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

This div background color is #fbfb60


#fbfb60 Border Color

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

This div border color is #fbfb60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfb60

Related Colors


Comments

No comments written yet.

Please login to write comment.