Color Hex Logo

#fba34e Color Hex

#FBA34E
(251,163,78)
0 Favorites   0 Comments

Color spaces of #fba34e

RGB 25116378
HSL0.080.960.65
HSV29°69°98°
CMYK 0.000.350.69   0.02
XYZ54.256047.253713.4690
Yxy47.25370.47190.4110
Hunter Lab68.741320.588836.5018
CIE-Lab74.351825.321956.1263

#fba34e color RGB value is (251,163,78).

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

The process color (four color CMYK) of #fba34e color hex is 0.00, 0.35, 0.69, 0.02. Web safe color of #fba34e is #ff9966. Color #fba34e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100011 01001110
Octal 373 243 116
Decimal 251 163 78
Hex FB A3 4E

RGB Percentages of Color #fba34e

%51.02
%33.13
%15.85

CMYK Percentages of Color #fba34e

%0
%35
%69
%2

Triadic Colors of #fba34e

#fba34e #4efba3 #a34efb

Analogous Colors of #fba34e

#fba34e #fbfa4e #fb4e4f

Monochromatic Colors of #fba34e

#fba34e

Complementary Color

#fba34e #4ea6fb

#fba34e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba34e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba34e Color CSS Codes

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

#fba34e Text Font Color

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

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


#fba34e Background Color

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

This div background color is #fba34e


#fba34e Border Color

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

This div border color is #fba34e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,163,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 #fba34e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba34e


Comments

No comments written yet.

Please login to write comment.