Color Hex Logo

#fbfb48 Color Hex

#FBFB48
(251,251,72)
0 Favorites   0 Comments

Color spaces of #fbfb48

RGB 25125172
HSL0.170.960.63
HSV60°71°98°
CMYK 0.000.000.71   0.02
XYZ75.450589.971519.5205
Yxy89.97150.40800.4865
Hunter Lab94.8533-24.006554.1956
CIE-Lab95.9849-19.732680.3040

#fbfb48 color RGB value is (251,251,72).

#fbfb48 hex color red value is 251, green value is 251 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #fbfb48 hue: 0.17 , saturation: 0.96 and the lightness value of fbfb48 is 0.63.

The process color (four color CMYK) of #fbfb48 color hex is 0.00, 0.00, 0.71, 0.02. Web safe color of #fbfb48 is #ffff33. Color #fbfb48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111011 01001000
Octal 373 373 110
Decimal 251 251 72
Hex FB FB 48

RGB Percentages of Color #fbfb48

%43.73
%43.73
%12.54

CMYK Percentages of Color #fbfb48

%0
%0
%71
%2

Triadic Colors of #fbfb48

#fbfb48 #48fbfb #fb48fb

Analogous Colors of #fbfb48

#fbfb48 #a2fb48 #fba248

Monochromatic Colors of #fbfb48

#fbfb48

Complementary Color

#fbfb48 #4848fb

#fbfb48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfb48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfb48 Color CSS Codes

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

#fbfb48 Text Font Color

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

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


#fbfb48 Background Color

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

This div background color is #fbfb48


#fbfb48 Border Color

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

This div border color is #fbfb48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfb48

Related Colors


Comments

No comments written yet.

Please login to write comment.