Color Hex Logo

#fbfb61 Color Hex

#FBFB61
(251,251,97)
0 Favorites   0 Comments

Color spaces of #fbfb61

RGB 25125197
HSL0.170.950.68
HSV60°61°98°
CMYK 0.000.000.61   0.02
XYZ76.438590.366724.7230
Yxy90.36670.39910.4718
Hunter Lab95.0614-22.826351.1232
CIE-Lab96.1487-18.426271.3456

#fbfb61 color RGB value is (251,251,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111011 01100001
Octal 373 373 141
Decimal 251 251 97
Hex FB FB 61

RGB Percentages of Color #fbfb61

%41.90
%41.90
%16.19

CMYK Percentages of Color #fbfb61

%0
%0
%61
%2

Triadic Colors of #fbfb61

#fbfb61 #61fbfb #fb61fb

Analogous Colors of #fbfb61

#fbfb61 #aefb61 #fbae61

Monochromatic Colors of #fbfb61

#fbfb61

Complementary Color

#fbfb61 #6161fb

#fbfb61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfb61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfb61 Color CSS Codes

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

#fbfb61 Text Font Color

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

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


#fbfb61 Background Color

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

This div background color is #fbfb61


#fbfb61 Border Color

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

This div border color is #fbfb61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfb61

Related Colors


Comments

No comments written yet.

Please login to write comment.