Color Hex Logo

#fbfb5e Color Hex

#FBFB5E
(251,251,94)
0 Favorites   0 Comments

Color spaces of #fbfb5e

RGB 25125194
HSL0.170.950.68
HSV60°63°98°
CMYK 0.000.000.63   0.02
XYZ76.301290.311724.0001
Yxy90.31170.40030.4738
Hunter Lab95.0325-22.989951.5493
CIE-Lab96.1259-18.606772.5074

#fbfb5e color RGB value is (251,251,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111011 01011110
Octal 373 373 136
Decimal 251 251 94
Hex FB FB 5E

RGB Percentages of Color #fbfb5e

%42.11
%42.11
%15.77

CMYK Percentages of Color #fbfb5e

%0
%0
%63
%2

Triadic Colors of #fbfb5e

#fbfb5e #5efbfb #fb5efb

Analogous Colors of #fbfb5e

#fbfb5e #adfb5e #fbad5e

Monochromatic Colors of #fbfb5e

#fbfb5e

Complementary Color

#fbfb5e #5e5efb

#fbfb5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfb5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfb5e Color CSS Codes

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

#fbfb5e Text Font Color

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

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


#fbfb5e Background Color

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

This div background color is #fbfb5e


#fbfb5e Border Color

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

This div border color is #fbfb5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfb5e

Related Colors


Comments

No comments written yet.

Please login to write comment.