Color Hex Logo

#fbfc7e Color Hex

#FBFC7E
(251,252,126)
0 Favorites   0 Comments

Color spaces of #fbfc7e

RGB 251252126
HSL0.170.950.74
HSV60°50°99°
CMYK 0.000.000.50   0.01
XYZ78.360091.636433.2962
Yxy91.63640.38550.4508
Hunter Lab95.7269-21.405846.3863
CIE-Lab96.6715-16.815859.5176

#fbfc7e color RGB value is (251,252,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111100 01111110
Octal 373 374 176
Decimal 251 252 126
Hex FB FC 7E

RGB Percentages of Color #fbfc7e

%39.90
%40.06
%20.03

CMYK Percentages of Color #fbfc7e

%0
%0
%50
%1

Triadic Colors of #fbfc7e

#fbfc7e #7efbfc #fc7efb

Analogous Colors of #fbfc7e

#fbfc7e #bcfc7e #fcbe7e

Monochromatic Colors of #fbfc7e

#fbfc7e

Complementary Color

#fbfc7e #7f7efc

#fbfc7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfc7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfc7e Color CSS Codes

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

#fbfc7e Text Font Color

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

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


#fbfc7e Background Color

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

This div background color is #fbfc7e


#fbfc7e Border Color

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

This div border color is #fbfc7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfc7e


Comments

No comments written yet.

Please login to write comment.