Color Hex Logo

#fba768 Color Hex

#FBA768
(251,167,104)
0 Favorites   0 Comments

Color spaces of #fba768

RGB 251167104
HSL0.070.950.70
HSV26°59°98°
CMYK 0.000.330.59   0.02
XYZ56.101149.146119.6260
Yxy49.14610.44930.3936
Hunter Lab70.104320.162532.4745
CIE-Lab75.542124.840444.8550

#fba768 color RGB value is (251,167,104).

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

The process color (four color CMYK) of #fba768 color hex is 0.00, 0.33, 0.59, 0.02. Web safe color of #fba768 is #ff9966. Color #fba768 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100111 01101000
Octal 373 247 150
Decimal 251 167 104
Hex FB A7 68

RGB Percentages of Color #fba768

%48.08
%31.99
%19.92

CMYK Percentages of Color #fba768

%0
%33
%59
%2

Triadic Colors of #fba768

#fba768 #68fba7 #a768fb

Analogous Colors of #fba768

#fba768 #fbf168 #fb6873

Monochromatic Colors of #fba768

#fba768

Complementary Color

#fba768 #68bcfb

#fba768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba768 Color CSS Codes

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

#fba768 Text Font Color

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

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


#fba768 Background Color

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

This div background color is #fba768


#fba768 Border Color

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

This div border color is #fba768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba768


Comments

No comments written yet.

Please login to write comment.