Color Hex Logo

#fbff40 Color Hex

#FBFF40
(251,255,64)
0 Favorites   0 Comments

Color spaces of #fbff40

RGB 25125564
HSL0.171.000.63
HSV61°75°100°
CMYK 0.020.000.75   0.00
XYZ76.469192.399418.6550
Yxy92.39940.40780.4927
Hunter Lab96.1246-26.217655.7808
CIE-Lab96.9833-21.961983.7173

#fbff40 color RGB value is (251,255,64).

#fbff40 hex color red value is 251, green value is 255 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #fbff40 hue: 0.17 , saturation: 1.00 and the lightness value of fbff40 is 0.63.

The process color (four color CMYK) of #fbff40 color hex is 0.02, 0.00, 0.75, 0.00. Web safe color of #fbff40 is #ffff33. Color #fbff40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111111 01000000
Octal 373 377 100
Decimal 251 255 64
Hex FB FF 40

RGB Percentages of Color #fbff40

%44.04
%44.74
%11.23

CMYK Percentages of Color #fbff40

%2
%0
%75
%0

Triadic Colors of #fbff40

#fbff40 #40fbff #ff40fb

Analogous Colors of #fbff40

#fbff40 #9cff40 #ffa440

Monochromatic Colors of #fbff40

#fbff40

Complementary Color

#fbff40 #4440ff

#fbff40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbff40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbff40 Color CSS Codes

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

#fbff40 Text Font Color

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

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


#fbff40 Background Color

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

This div background color is #fbff40


#fbff40 Border Color

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

This div border color is #fbff40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbff40

Related Colors


Comments

No comments written yet.

Please login to write comment.