Color Hex Logo

#fbb329 Color Hex

#FBB329
(251,179,41)
0 Favorites   0 Comments

Color spaces of #fbb329

RGB 25117941
HSL0.110.960.57
HSV39°84°98°
CMYK 0.000.290.84   0.02
XYZ56.304052.90959.3428
Yxy52.90950.47490.4463
Hunter Lab72.738910.875943.3019
CIE-Lab77.821515.520473.5476

#fbb329 color RGB value is (251,179,41).

#fbb329 hex color red value is 251, green value is 179 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #fbb329 hue: 0.11 , saturation: 0.96 and the lightness value of fbb329 is 0.57.

The process color (four color CMYK) of #fbb329 color hex is 0.00, 0.29, 0.84, 0.02. Web safe color of #fbb329 is #ffcc33. Color #fbb329 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110011 00101001
Octal 373 263 51
Decimal 251 179 41
Hex FB B3 29

RGB Percentages of Color #fbb329

%53.29
%38.00
%8.70

CMYK Percentages of Color #fbb329

%0
%29
%84
%2

Triadic Colors of #fbb329

#fbb329 #29fbb3 #b329fb

Analogous Colors of #fbb329

#fbb329 #dafb29 #fb4a29

Monochromatic Colors of #fbb329

#fbb329

Complementary Color

#fbb329 #2971fb

#fbb329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb329 Color CSS Codes

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

#fbb329 Text Font Color

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

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


#fbb329 Background Color

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

This div background color is #fbb329


#fbb329 Border Color

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

This div border color is #fbb329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb329


Comments

No comments written yet.

Please login to write comment.