Color Hex Logo

#fbba1e Color Hex

#FBBA1E
(251,186,30)
0 Favorites   0 Comments

Color spaces of #fbba1e

RGB 25118630
HSL0.120.970.55
HSV42°88°98°
CMYK 0.000.260.88   0.02
XYZ57.576955.72088.9489
Yxy55.72080.47100.4558
Hunter Lab74.64647.051145.1445
CIE-Lab79.454711.622177.6209

#fbba1e color RGB value is (251,186,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111010 00011110
Octal 373 272 36
Decimal 251 186 30
Hex FB BA 1E

RGB Percentages of Color #fbba1e

%53.75
%39.83
%6.42

CMYK Percentages of Color #fbba1e

%0
%26
%88
%2

Triadic Colors of #fbba1e

#fbba1e #1efbba #ba1efb

Analogous Colors of #fbba1e

#fbba1e #cefb1e #fb4b1e

Monochromatic Colors of #fbba1e

#fbba1e

Complementary Color

#fbba1e #1e5ffb

#fbba1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbba1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbba1e Color CSS Codes

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

#fbba1e Text Font Color

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

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


#fbba1e Background Color

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

This div background color is #fbba1e


#fbba1e Border Color

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

This div border color is #fbba1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbba1e


Comments

No comments written yet.

Please login to write comment.