Color Hex Logo

#fbfb4a Color Hex

#FBFB4A
(251,251,74)
0 Favorites   0 Comments

Color spaces of #fbfb4a

RGB 25125174
HSL0.170.960.64
HSV60°71°98°
CMYK 0.000.000.71   0.02
XYZ75.516989.998019.8698
Yxy89.99800.40740.4855
Hunter Lab94.8673-23.926953.9889
CIE-Lab95.9959-19.644279.6543

#fbfb4a color RGB value is (251,251,74).

#fbfb4a hex color red value is 251, green value is 251 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #fbfb4a hue: 0.17 , saturation: 0.96 and the lightness value of fbfb4a is 0.64.

The process color (four color CMYK) of #fbfb4a color hex is 0.00, 0.00, 0.71, 0.02. Web safe color of #fbfb4a is #ffff33. Color #fbfb4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111011 01001010
Octal 373 373 112
Decimal 251 251 74
Hex FB FB 4A

RGB Percentages of Color #fbfb4a

%43.58
%43.58
%12.85

CMYK Percentages of Color #fbfb4a

%0
%0
%71
%2

Triadic Colors of #fbfb4a

#fbfb4a #4afbfb #fb4afb

Analogous Colors of #fbfb4a

#fbfb4a #a3fb4a #fba34a

Monochromatic Colors of #fbfb4a

#fbfb4a

Complementary Color

#fbfb4a #4a4afb

#fbfb4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfb4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfb4a Color CSS Codes

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

#fbfb4a Text Font Color

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

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


#fbfb4a Background Color

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

This div background color is #fbfb4a


#fbfb4a Border Color

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

This div border color is #fbfb4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfb4a

Related Colors


Comments

No comments written yet.

Please login to write comment.