Color Hex Logo

#fbfe5c Color Hex

#FBFE5C
(251,254,92)
0 Favorites   0 Comments

Color spaces of #fbfe5c

RGB 25125492
HSL0.170.990.68
HSV61°64°100°
CMYK 0.010.000.64   0.00
XYZ77.157292.165623.8483
Yxy92.16560.39940.4771
Hunter Lab96.0029-24.545352.4737
CIE-Lab96.8880-20.160174.0765

#fbfe5c color RGB value is (251,254,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111110 01011100
Octal 373 376 134
Decimal 251 254 92
Hex FB FE 5C

RGB Percentages of Color #fbfe5c

%42.04
%42.55
%15.41

CMYK Percentages of Color #fbfe5c

%1
%0
%64
%0

Triadic Colors of #fbfe5c

#fbfe5c #5cfbfe #fe5cfb

Analogous Colors of #fbfe5c

#fbfe5c #aafe5c #feb05c

Monochromatic Colors of #fbfe5c

#fbfe5c

Complementary Color

#fbfe5c #5f5cfe

#fbfe5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfe5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfe5c Color CSS Codes

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

#fbfe5c Text Font Color

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

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


#fbfe5c Background Color

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

This div background color is #fbfe5c


#fbfe5c Border Color

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

This div border color is #fbfe5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfe5c

Related Colors


Comments

No comments written yet.

Please login to write comment.