Color Hex Logo

#fbf555 Color Hex

#FBF555
(251,245,85)
0 Favorites   0 Comments

Color spaces of #fbf555

RGB 25124585
HSL0.160.950.66
HSV58°66°98°
CMYK 0.000.020.66   0.02
XYZ74.075886.469921.3805
Yxy86.46990.40720.4753
Hunter Lab92.9892-20.536851.4602
CIE-Lab94.5129-16.216574.2923

#fbf555 color RGB value is (251,245,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110101 01010101
Octal 373 365 125
Decimal 251 245 85
Hex FB F5 55

RGB Percentages of Color #fbf555

%43.20
%42.17
%14.63

CMYK Percentages of Color #fbf555

%0
%2
%66
%2

Triadic Colors of #fbf555

#fbf555 #55fbf5 #f555fb

Analogous Colors of #fbf555

#fbf555 #aefb55 #fba255

Monochromatic Colors of #fbf555

#fbf555

Complementary Color

#fbf555 #555bfb

#fbf555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf555 Color CSS Codes

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

#fbf555 Text Font Color

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

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


#fbf555 Background Color

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

This div background color is #fbf555


#fbf555 Border Color

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

This div border color is #fbf555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf555


Comments

No comments written yet.

Please login to write comment.