Color Hex Logo

#fbbf29 Color Hex

#FBBF29
(251,191,41)
0 Favorites   0 Comments

Color spaces of #fbbf29

RGB 25119141
HSL0.120.960.57
HSV43°84°98°
CMYK 0.000.240.84   0.02
XYZ58.814757.930910.1797
Yxy57.93090.46340.4564
Hunter Lab76.11244.736645.3489
CIE-Lab80.70049.262975.9521

#fbbf29 color RGB value is (251,191,41).

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

The process color (four color CMYK) of #fbbf29 color hex is 0.00, 0.24, 0.84, 0.02. Web safe color of #fbbf29 is #ffcc33. Color #fbbf29 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111111 00101001
Octal 373 277 51
Decimal 251 191 41
Hex FB BF 29

RGB Percentages of Color #fbbf29

%51.97
%39.54
%8.49

CMYK Percentages of Color #fbbf29

%0
%24
%84
%2

Triadic Colors of #fbbf29

#fbbf29 #29fbbf #bf29fb

Analogous Colors of #fbbf29

#fbbf29 #cefb29 #fb5629

Monochromatic Colors of #fbbf29

#fbbf29

Complementary Color

#fbbf29 #2965fb

#fbbf29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbf29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbf29 Color CSS Codes

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

#fbbf29 Text Font Color

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

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


#fbbf29 Background Color

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

This div background color is #fbbf29


#fbbf29 Border Color

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

This div border color is #fbbf29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbf29


Comments

No comments written yet.

Please login to write comment.