Color Hex Logo

#fbba21 Color Hex

#FBBA21
(251,186,33)
0 Favorites   0 Comments

Color spaces of #fbba21

RGB 25118633
HSL0.120.960.56
HSV42°87°98°
CMYK 0.000.260.87   0.02
XYZ57.617155.73689.1604
Yxy55.73680.47030.4549
Hunter Lab74.65717.108744.9851
CIE-Lab79.463811.681176.9570

#fbba21 color RGB value is (251,186,33).

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

The process color (four color CMYK) of #fbba21 color hex is 0.00, 0.26, 0.87, 0.02. Web safe color of #fbba21 is #ffcc33. Color #fbba21 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111010 00100001
Octal 373 272 41
Decimal 251 186 33
Hex FB BA 21

RGB Percentages of Color #fbba21

%53.40
%39.57
%7.02

CMYK Percentages of Color #fbba21

%0
%26
%87
%2

Triadic Colors of #fbba21

#fbba21 #21fbba #ba21fb

Analogous Colors of #fbba21

#fbba21 #cffb21 #fb4d21

Monochromatic Colors of #fbba21

#fbba21

Complementary Color

#fbba21 #2162fb

#fbba21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbba21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbba21 Color CSS Codes

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

#fbba21 Text Font Color

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

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


#fbba21 Background Color

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

This div background color is #fbba21


#fbba21 Border Color

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

This div border color is #fbba21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbba21


Comments

No comments written yet.

Please login to write comment.