Color Hex Logo

#fbf655 Color Hex

#FBF655
(251,246,85)
0 Favorites   0 Comments

Color spaces of #fbf655

RGB 25124685
HSL0.160.950.66
HSV58°66°98°
CMYK 0.000.020.66   0.02
XYZ74.379187.076621.4816
Yxy87.07660.40660.4760
Hunter Lab93.3148-21.022851.6715
CIE-Lab94.7708-16.700874.5539

#fbf655 color RGB value is (251,246,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110110 01010101
Octal 373 366 125
Decimal 251 246 85
Hex FB F6 55

RGB Percentages of Color #fbf655

%43.13
%42.27
%14.60

CMYK Percentages of Color #fbf655

%0
%2
%66
%2

Triadic Colors of #fbf655

#fbf655 #55fbf6 #f655fb

Analogous Colors of #fbf655

#fbf655 #adfb55 #fba355

Monochromatic Colors of #fbf655

#fbf655

Complementary Color

#fbf655 #555afb

#fbf655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf655 Color CSS Codes

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

#fbf655 Text Font Color

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

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


#fbf655 Background Color

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

This div background color is #fbf655


#fbf655 Border Color

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

This div border color is #fbf655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf655


Comments

No comments written yet.

Please login to write comment.