Color Hex Logo

#fbfe3c Color Hex

#FBFE3C
(251,254,60)
0 Favorites   0 Comments

Color spaces of #fbfe3c

RGB 25125460
HSL0.170.990.62
HSV61°76°100°
CMYK 0.010.000.76   0.00
XYZ76.041191.719117.9707
Yxy91.71910.40940.4938
Hunter Lab95.7701-25.869355.9136
CIE-Lab96.7054-21.633084.6133

#fbfe3c color RGB value is (251,254,60).

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

The process color (four color CMYK) of #fbfe3c color hex is 0.01, 0.00, 0.76, 0.00. Web safe color of #fbfe3c is #ffff33. Color #fbfe3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111110 00111100
Octal 373 376 74
Decimal 251 254 60
Hex FB FE 3C

RGB Percentages of Color #fbfe3c

%44.42
%44.96
%10.62

CMYK Percentages of Color #fbfe3c

%1
%0
%76
%0

Triadic Colors of #fbfe3c

#fbfe3c #3cfbfe #fe3cfb

Analogous Colors of #fbfe3c

#fbfe3c #9afe3c #fea03c

Monochromatic Colors of #fbfe3c

#fbfe3c

Complementary Color

#fbfe3c #3f3cfe

#fbfe3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfe3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfe3c Color CSS Codes

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

#fbfe3c Text Font Color

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

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


#fbfe3c Background Color

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

This div background color is #fbfe3c


#fbfe3c Border Color

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

This div border color is #fbfe3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfe3c

Related Colors


Comments

No comments written yet.

Please login to write comment.