Color Hex Logo

#fbfb0d Color Hex

#FBFB0D
(251,251,13)
0 Favorites   0 Comments

Color spaces of #fbfb0d

RGB 25125113
HSL0.170.970.52
HSV60°95°98°
CMYK 0.000.000.95   0.02
XYZ74.353589.532613.7435
Yxy89.53260.41860.5040
Hunter Lab94.6217-25.323057.6235
CIE-Lab95.8026-21.201192.4380

#fbfb0d color RGB value is (251,251,13).

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

The process color (four color CMYK) of #fbfb0d color hex is 0.00, 0.00, 0.95, 0.02. Web safe color of #fbfb0d is #ffff00. Color #fbfb0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111011 00001101
Octal 373 373 15
Decimal 251 251 13
Hex FB FB D

RGB Percentages of Color #fbfb0d

%48.74
%48.74
%2.52

CMYK Percentages of Color #fbfb0d

%0
%0
%95
%2

Triadic Colors of #fbfb0d

#fbfb0d #0dfbfb #fb0dfb

Analogous Colors of #fbfb0d

#fbfb0d #84fb0d #fb840d

Monochromatic Colors of #fbfb0d

#fbfb0d

Complementary Color

#fbfb0d #0d0dfb

#fbfb0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfb0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfb0d Color CSS Codes

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

#fbfb0d Text Font Color

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

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


#fbfb0d Background Color

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

This div background color is #fbfb0d


#fbfb0d Border Color

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

This div border color is #fbfb0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfb0d

Related Colors


Comments

No comments written yet.

Please login to write comment.