Color Hex Logo

#fbfb1d Color Hex

#FBFB1D
(251,251,29)
0 Favorites   0 Comments

Color spaces of #fbfb1d

RGB 25125129
HSL0.170.970.55
HSV60°88°98°
CMYK 0.000.000.88   0.02
XYZ74.502689.592314.5287
Yxy89.59230.41710.5016
Hunter Lab94.6532-25.143857.1566
CIE-Lab95.8274-21.000490.6055

#fbfb1d color RGB value is (251,251,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111011 00011101
Octal 373 373 35
Decimal 251 251 29
Hex FB FB 1D

RGB Percentages of Color #fbfb1d

%47.27
%47.27
%5.46

CMYK Percentages of Color #fbfb1d

%0
%0
%88
%2

Triadic Colors of #fbfb1d

#fbfb1d #1dfbfb #fb1dfb

Analogous Colors of #fbfb1d

#fbfb1d #8cfb1d #fb8c1d

Monochromatic Colors of #fbfb1d

#fbfb1d

Complementary Color

#fbfb1d #1d1dfb

#fbfb1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfb1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfb1d Color CSS Codes

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

#fbfb1d Text Font Color

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

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


#fbfb1d Background Color

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

This div background color is #fbfb1d


#fbfb1d Border Color

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

This div border color is #fbfb1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfb1d


Comments

No comments written yet.

Please login to write comment.