Color Hex Logo

#fbb005 Color Hex

#FBB005
(251,176,5)
0 Favorites   0 Comments

Color spaces of #fbb005

RGB 2511765
HSL0.120.970.50
HSV42°98°98°
CMYK 0.000.300.98   0.02
XYZ55.336451.57097.1812
Yxy51.57090.48500.4520
Hunter Lab71.812911.873144.3401
CIE-Lab77.023516.540679.5797

#fbb005 color RGB value is (251,176,5).

#fbb005 hex color red value is 251, green value is 176 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #fbb005 hue: 0.12 , saturation: 0.97 and the lightness value of fbb005 is 0.50.

The process color (four color CMYK) of #fbb005 color hex is 0.00, 0.30, 0.98, 0.02. Web safe color of #fbb005 is #ff9900. Color #fbb005 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110000 00000101
Octal 373 260 5
Decimal 251 176 5
Hex FB B0 5

RGB Percentages of Color #fbb005

%58.10
%40.74
%1.16

CMYK Percentages of Color #fbb005

%0
%30
%98
%2

Triadic Colors of #fbb005

#fbb005 #05fbb0 #b005fb

Analogous Colors of #fbb005

#fbb005 #cbfb05 #fb3505

Monochromatic Colors of #fbb005

#fbb005

Complementary Color

#fbb005 #0550fb

#fbb005 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb005 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb005 Color CSS Codes

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

#fbb005 Text Font Color

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

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


#fbb005 Background Color

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

This div background color is #fbb005


#fbb005 Border Color

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

This div border color is #fbb005


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb005


Comments

No comments written yet.

Please login to write comment.