Color Hex Logo

#fba56c Color Hex

#FBA56C
(251,165,108)
0 Favorites   0 Comments

Color spaces of #fba56c

RGB 251165108
HSL0.070.950.70
HSV24°57°98°
CMYK 0.000.340.57   0.02
XYZ55.945648.502220.6006
Yxy48.50220.44740.3879
Hunter Lab69.643521.515331.2124
CIE-Lab75.140626.183442.3227

#fba56c color RGB value is (251,165,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100101 01101100
Octal 373 245 154
Decimal 251 165 108
Hex FB A5 6C

RGB Percentages of Color #fba56c

%47.90
%31.49
%20.61

CMYK Percentages of Color #fba56c

%0
%34
%57
%2

Triadic Colors of #fba56c

#fba56c #6cfba5 #a56cfb

Analogous Colors of #fba56c

#fba56c #fbed6c #fb6c7b

Monochromatic Colors of #fba56c

#fba56c

Complementary Color

#fba56c #6cc2fb

#fba56c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba56c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba56c Color CSS Codes

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

#fba56c Text Font Color

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

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


#fba56c Background Color

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

This div background color is #fba56c


#fba56c Border Color

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

This div border color is #fba56c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba56c


Comments

No comments written yet.

Please login to write comment.