Color Hex Logo

#fbfe84 Color Hex

#FBFE84
(251,254,132)
0 Favorites   0 Comments

Color spaces of #fbfe84

RGB 251254132
HSL0.170.980.76
HSV61°48°100°
CMYK 0.010.000.48   0.00
XYZ79.390393.058835.6076
Yxy93.05880.38160.4473
Hunter Lab96.4670-21.915545.6419
CIE-Lab97.2515-17.269857.4691

#fbfe84 color RGB value is (251,254,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111110 10000100
Octal 373 376 204
Decimal 251 254 132
Hex FB FE 84

RGB Percentages of Color #fbfe84

%39.40
%39.87
%20.72

CMYK Percentages of Color #fbfe84

%1
%0
%48
%0

Triadic Colors of #fbfe84

#fbfe84 #84fbfe #fe84fb

Analogous Colors of #fbfe84

#fbfe84 #befe84 #fec484

Monochromatic Colors of #fbfe84

#fbfe84

Complementary Color

#fbfe84 #8784fe

#fbfe84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfe84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfe84 Color CSS Codes

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

#fbfe84 Text Font Color

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

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


#fbfe84 Background Color

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

This div background color is #fbfe84


#fbfe84 Border Color

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

This div border color is #fbfe84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfe84

Related Colors


Comments

No comments written yet.

Please login to write comment.