Color Hex Logo

#fbb328 Color Hex

#FBB328
(251,179,40)
0 Favorites   0 Comments

Color spaces of #fbb328

RGB 25117940
HSL0.110.960.57
HSV40°84°98°
CMYK 0.000.290.84   0.02
XYZ56.286852.90269.2521
Yxy52.90260.47520.4467
Hunter Lab72.734210.851043.3720
CIE-Lab77.817515.495273.8270

#fbb328 color RGB value is (251,179,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110011 00101000
Octal 373 263 50
Decimal 251 179 40
Hex FB B3 28

RGB Percentages of Color #fbb328

%53.40
%38.09
%8.51

CMYK Percentages of Color #fbb328

%0
%29
%84
%2

Triadic Colors of #fbb328

#fbb328 #28fbb3 #b328fb

Analogous Colors of #fbb328

#fbb328 #dafb28 #fb4928

Monochromatic Colors of #fbb328

#fbb328

Complementary Color

#fbb328 #2870fb

#fbb328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb328 Color CSS Codes

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

#fbb328 Text Font Color

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

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


#fbb328 Background Color

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

This div background color is #fbb328


#fbb328 Border Color

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

This div border color is #fbb328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb328


Comments

No comments written yet.

Please login to write comment.