Color Hex Logo

#fbf55d Color Hex

#FBF55D
(251,245,93)
0 Favorites   0 Comments

Color spaces of #fbf55d

RGB 25124593
HSL0.160.950.67
HSV58°63°98°
CMYK 0.000.020.63   0.02
XYZ74.411986.604423.1503
Yxy86.60440.40400.4703
Hunter Lab93.0615-20.129150.3939
CIE-Lab94.5702-15.768571.2681

#fbf55d color RGB value is (251,245,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110101 01011101
Octal 373 365 135
Decimal 251 245 93
Hex FB F5 5D

RGB Percentages of Color #fbf55d

%42.61
%41.60
%15.79

CMYK Percentages of Color #fbf55d

%0
%2
%63
%2

Triadic Colors of #fbf55d

#fbf55d #5dfbf5 #f55dfb

Analogous Colors of #fbf55d

#fbf55d #b2fb5d #fba65d

Monochromatic Colors of #fbf55d

#fbf55d

Complementary Color

#fbf55d #5d63fb

#fbf55d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf55d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf55d Color CSS Codes

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

#fbf55d Text Font Color

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

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


#fbf55d Background Color

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

This div background color is #fbf55d


#fbf55d Border Color

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

This div border color is #fbf55d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf55d


Comments

No comments written yet.

Please login to write comment.