Color Hex Logo

#fbb128 Color Hex

#FBB128
(251,177,40)
0 Favorites   0 Comments

Color spaces of #fbb128

RGB 25117740
HSL0.110.960.57
HSV39°84°98°
CMYK 0.000.290.84   0.02
XYZ55.888852.10679.1194
Yxy52.10670.47720.4449
Hunter Lab72.185011.878943.0391
CIE-Lab77.344616.541473.4341

#fbb128 color RGB value is (251,177,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110001 00101000
Octal 373 261 50
Decimal 251 177 40
Hex FB B1 28

RGB Percentages of Color #fbb128

%53.63
%37.82
%8.55

CMYK Percentages of Color #fbb128

%0
%29
%84
%2

Triadic Colors of #fbb128

#fbb128 #28fbb1 #b128fb

Analogous Colors of #fbb128

#fbb128 #dcfb28 #fb4828

Monochromatic Colors of #fbb128

#fbb128

Complementary Color

#fbb128 #2872fb

#fbb128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb128 Color CSS Codes

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

#fbb128 Text Font Color

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

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


#fbb128 Background Color

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

This div background color is #fbb128


#fbb128 Border Color

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

This div border color is #fbb128


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,177,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 #fbb128">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb128


Comments

No comments written yet.

Please login to write comment.