Color Hex Logo

#fbba4e Color Hex

#FBBA4E
(251,186,78)
0 Favorites   0 Comments

Color spaces of #fbba4e

RGB 25118678
HSL0.100.960.65
HSV37°69°98°
CMYK 0.000.260.69   0.02
XYZ58.717756.177114.9562
Yxy56.17710.45220.4326
Hunter Lab74.95148.673840.6349
CIE-Lab79.714513.277961.8320

#fbba4e color RGB value is (251,186,78).

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

The process color (four color CMYK) of #fbba4e color hex is 0.00, 0.26, 0.69, 0.02. Web safe color of #fbba4e is #ffcc66. Color #fbba4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111010 01001110
Octal 373 272 116
Decimal 251 186 78
Hex FB BA 4E

RGB Percentages of Color #fbba4e

%48.74
%36.12
%15.15

CMYK Percentages of Color #fbba4e

%0
%26
%69
%2

Triadic Colors of #fbba4e

#fbba4e #4efbba #ba4efb

Analogous Colors of #fbba4e

#fbba4e #e6fb4e #fb634e

Monochromatic Colors of #fbba4e

#fbba4e

Complementary Color

#fbba4e #4e8ffb

#fbba4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbba4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbba4e Color CSS Codes

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

#fbba4e Text Font Color

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

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


#fbba4e Background Color

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

This div background color is #fbba4e


#fbba4e Border Color

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

This div border color is #fbba4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbba4e


Comments

No comments written yet.

Please login to write comment.