Color Hex Logo

#fbf263 Color Hex

#FBF263
(251,242,99)
0 Favorites   0 Comments

Color spaces of #fbf263

RGB 25124299
HSL0.160.950.69
HSV56°61°98°
CMYK 0.000.040.61   0.02
XYZ73.787984.914324.3054
Yxy84.91430.40320.4640
Hunter Lab92.1490-18.327548.8658
CIE-Lab93.8462-13.939568.0667

#fbf263 color RGB value is (251,242,99).

#fbf263 hex color red value is 251, green value is 242 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #fbf263 hue: 0.16 , saturation: 0.95 and the lightness value of fbf263 is 0.69.

The process color (four color CMYK) of #fbf263 color hex is 0.00, 0.04, 0.61, 0.02. Web safe color of #fbf263 is #ffff66. Color #fbf263 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110010 01100011
Octal 373 362 143
Decimal 251 242 99
Hex FB F2 63

RGB Percentages of Color #fbf263

%42.40
%40.88
%16.72

CMYK Percentages of Color #fbf263

%0
%4
%61
%2

Triadic Colors of #fbf263

#fbf263 #63fbf2 #f263fb

Analogous Colors of #fbf263

#fbf263 #b8fb63 #fba663

Monochromatic Colors of #fbf263

#fbf263

Complementary Color

#fbf263 #636cfb

#fbf263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf263 Color CSS Codes

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

#fbf263 Text Font Color

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

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


#fbf263 Background Color

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

This div background color is #fbf263


#fbf263 Border Color

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

This div border color is #fbf263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf263


Comments

No comments written yet.

Please login to write comment.