Color Hex Logo

#fbbf04 Color Hex

#FBBF04
(251,191,4)
0 Favorites   0 Comments

Color spaces of #fbbf04

RGB 2511914
HSL0.130.970.50
HSV45°98°98°
CMYK 0.000.240.98   0.02
XYZ58.436457.77968.1875
Yxy57.77960.46970.4645
Hunter Lab76.01294.202846.8228
CIE-Lab80.61618.710682.1630

#fbbf04 color RGB value is (251,191,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111111 00000100
Octal 373 277 4
Decimal 251 191 4
Hex FB BF 4

RGB Percentages of Color #fbbf04

%56.28
%42.83
%0.90

CMYK Percentages of Color #fbbf04

%0
%24
%98
%2

Triadic Colors of #fbbf04

#fbbf04 #04fbbf #bf04fb

Analogous Colors of #fbbf04

#fbbf04 #bcfb04 #fb4404

Monochromatic Colors of #fbbf04

#fbbf04

Complementary Color

#fbbf04 #0440fb

#fbbf04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbf04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbf04 Color CSS Codes

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

#fbbf04 Text Font Color

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

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


#fbbf04 Background Color

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

This div background color is #fbbf04


#fbbf04 Border Color

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

This div border color is #fbbf04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbf04


Comments

No comments written yet.

Please login to write comment.