Color Hex Logo

#fbfc4e Color Hex

#FBFC4E
(251,252,78)
0 Favorites   0 Comments

Color spaces of #fbfc4e

RGB 25125278
HSL0.170.970.65
HSV60°69°99°
CMYK 0.000.000.69   0.01
XYZ75.969290.680120.7067
Yxy90.68010.40550.4840
Hunter Lab95.2261-24.242553.7658
CIE-Lab96.2782-19.938078.5700

#fbfc4e color RGB value is (251,252,78).

#fbfc4e hex color red value is 251, green value is 252 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fbfc4e hue: 0.17 , saturation: 0.97 and the lightness value of fbfc4e is 0.65.

The process color (four color CMYK) of #fbfc4e color hex is 0.00, 0.00, 0.69, 0.01. Web safe color of #fbfc4e is #ffff66. Color #fbfc4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111100 01001110
Octal 373 374 116
Decimal 251 252 78
Hex FB FC 4E

RGB Percentages of Color #fbfc4e

%43.20
%43.37
%13.43

CMYK Percentages of Color #fbfc4e

%0
%0
%69
%1

Triadic Colors of #fbfc4e

#fbfc4e #4efbfc #fc4efb

Analogous Colors of #fbfc4e

#fbfc4e #a4fc4e #fca64e

Monochromatic Colors of #fbfc4e

#fbfc4e

Complementary Color

#fbfc4e #4f4efc

#fbfc4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfc4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfc4e Color CSS Codes

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

#fbfc4e Text Font Color

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

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


#fbfc4e Background Color

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

This div background color is #fbfc4e


#fbfc4e Border Color

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

This div border color is #fbfc4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfc4e

Related Colors


Comments

No comments written yet.

Please login to write comment.