Color Hex Logo

#fbfc3f Color Hex

#FBFC3F
(251,252,63)
0 Favorites   0 Comments

Color spaces of #fbfc3f

RGB 25125263
HSL0.170.970.62
HSV60°75°99°
CMYK 0.000.000.75   0.01
XYZ75.491390.488918.1899
Yxy90.48890.40990.4913
Hunter Lab95.1257-24.813155.2505
CIE-Lab96.1992-20.572683.2963

#fbfc3f color RGB value is (251,252,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111100 00111111
Octal 373 374 77
Decimal 251 252 63
Hex FB FC 3F

RGB Percentages of Color #fbfc3f

%44.35
%44.52
%11.13

CMYK Percentages of Color #fbfc3f

%0
%0
%75
%1

Triadic Colors of #fbfc3f

#fbfc3f #3ffbfc #fc3ffb

Analogous Colors of #fbfc3f

#fbfc3f #9dfc3f #fc9f3f

Monochromatic Colors of #fbfc3f

#fbfc3f

Complementary Color

#fbfc3f #403ffc

#fbfc3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfc3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfc3f Color CSS Codes

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

#fbfc3f Text Font Color

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

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


#fbfc3f Background Color

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

This div background color is #fbfc3f


#fbfc3f Border Color

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

This div border color is #fbfc3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfc3f

Related Colors


Comments

No comments written yet.

Please login to write comment.