color codes Logo

#fbbf11 color codes

#FBBF11
(251,191,17)
0 Favorites   0 Comments

Color spaces of #fbbf11

RGB 25119117
HSL0.120.970.53
HSV45°93°98°
CMYK 0.000.240.93   0.02
XYZ58.515657.81138.6049
Yxy57.81130.46840.4627
Hunter Lab76.03374.314646.5136
CIE-Lab80.63388.826480.7827

#fbbf11 color RGB value is (251,191,17).

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

The process color (four color CMYK) of #fbbf11 color code is 0.00, 0.24, 0.93, 0.02. Web safe color of #fbbf11 is #ffcc00. Color #fbbf11 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111111 00010001
Octal 373 277 21
Decimal 251 191 17
Hex FB BF 11

RGB Percentages of Color #fbbf11

%54.68
%41.61
%3.70

CMYK Percentages of Color #fbbf11

%0
%24
%93
%2

Triadic Colors of #fbbf11

#fbbf11 #11fbbf #bf11fb

Analogous Colors of #fbbf11

#fbbf11 #c2fb11 #fb4a11

Monochromatic Colors of #fbbf11

#fbbf11

Complementary Color

#fbbf11 #114dfb

#fbbf11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbf11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbf11 Color CSS Codes

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

#fbbf11 Text Font Color

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

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


#fbbf11 Background Color

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

This div background color is #fbbf11


#fbbf11 Border Color

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

This div border color is #fbbf11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbf11


Comments

No comments written yet.

Please login to write comment.