Color Hex Logo

#fbbf05 Color Hex

#FBBF05
(251,191,5)
0 Favorites   0 Comments

Color spaces of #fbbf05

RGB 2511915
HSL0.130.970.50
HSV45°98°98°
CMYK 0.000.240.98   0.02
XYZ58.441957.78188.2164
Yxy57.78180.46960.4643
Hunter Lab76.01434.210646.8014
CIE-Lab80.61738.718682.0659

#fbbf05 color RGB value is (251,191,5).

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

The process color (four color CMYK) of #fbbf05 color hex is 0.00, 0.24, 0.98, 0.02. Web safe color of #fbbf05 is #ffcc00. Color #fbbf05 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111111 00000101
Octal 373 277 5
Decimal 251 191 5
Hex FB BF 5

RGB Percentages of Color #fbbf05

%56.15
%42.73
%1.12

CMYK Percentages of Color #fbbf05

%0
%24
%98
%2

Triadic Colors of #fbbf05

#fbbf05 #05fbbf #bf05fb

Analogous Colors of #fbbf05

#fbbf05 #bcfb05 #fb4405

Monochromatic Colors of #fbbf05

#fbbf05

Complementary Color

#fbbf05 #0541fb

#fbbf05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbf05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbf05 Color CSS Codes

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

#fbbf05 Text Font Color

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

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


#fbbf05 Background Color

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

This div background color is #fbbf05


#fbbf05 Border Color

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

This div border color is #fbbf05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbf05


Comments

No comments written yet.

Please login to write comment.