Color Hex Logo

#fbfe93 Color Hex

#FBFE93
(251,254,147)
0 Favorites   0 Comments

Color spaces of #fbfe93

RGB 251254147
HSL0.170.980.79
HSV62°42°100°
CMYK 0.010.000.42   0.00
XYZ80.491993.499441.4086
Yxy93.49940.37370.4341
Hunter Lab96.6951-20.627642.2963
CIE-Lab97.4299-15.871150.6671

#fbfe93 color RGB value is (251,254,147).

#fbfe93 hex color red value is 251, green value is 254 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #fbfe93 hue: 0.17 , saturation: 0.98 and the lightness value of fbfe93 is 0.79.

The process color (four color CMYK) of #fbfe93 color hex is 0.01, 0.00, 0.42, 0.00. Web safe color of #fbfe93 is #ffff99. Color #fbfe93 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111110 10010011
Octal 373 376 223
Decimal 251 254 147
Hex FB FE 93

RGB Percentages of Color #fbfe93

%38.50
%38.96
%22.55

CMYK Percentages of Color #fbfe93

%1
%0
%42
%0

Triadic Colors of #fbfe93

#fbfe93 #93fbfe #fe93fb

Analogous Colors of #fbfe93

#fbfe93 #c6fe93 #fecc93

Monochromatic Colors of #fbfe93

#fbfe93

Complementary Color

#fbfe93 #9693fe

#fbfe93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfe93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfe93 Color CSS Codes

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

#fbfe93 Text Font Color

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

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


#fbfe93 Background Color

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

This div background color is #fbfe93


#fbfe93 Border Color

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

This div border color is #fbfe93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfe93

Related Colors


Comments

No comments written yet.

Please login to write comment.