Color Hex Logo

#fba46c Color Hex

#FBA46C
(251,164,108)
0 Favorites   0 Comments

Color spaces of #fba46c

RGB 251164108
HSL0.070.950.70
HSV23°57°98°
CMYK 0.000.350.57   0.02
XYZ55.765948.142920.5407
Yxy48.14290.44810.3868
Hunter Lab69.385122.039431.0174
CIE-Lab74.915026.706742.0451

#fba46c color RGB value is (251,164,108).

#fba46c hex color red value is 251, green value is 164 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #fba46c hue: 0.07 , saturation: 0.95 and the lightness value of fba46c is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100100 01101100
Octal 373 244 154
Decimal 251 164 108
Hex FB A4 6C

RGB Percentages of Color #fba46c

%47.99
%31.36
%20.65

CMYK Percentages of Color #fba46c

%0
%35
%57
%2

Triadic Colors of #fba46c

#fba46c #6cfba4 #a46cfb

Analogous Colors of #fba46c

#fba46c #fbec6c #fb6c7c

Monochromatic Colors of #fba46c

#fba46c

Complementary Color

#fba46c #6cc3fb

#fba46c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba46c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba46c Color CSS Codes

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

#fba46c Text Font Color

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

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


#fba46c Background Color

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

This div background color is #fba46c


#fba46c Border Color

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

This div border color is #fba46c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba46c


Comments

No comments written yet.

Please login to write comment.