Color Hex Logo

#fba968 Color Hex

#FBA968
(251,169,104)
0 Favorites   0 Comments

Color spaces of #fba968

RGB 251169104
HSL0.070.950.70
HSV27°59°98°
CMYK 0.000.330.59   0.02
XYZ56.470349.884619.7491
Yxy49.88460.44780.3956
Hunter Lab70.629019.116032.8618
CIE-Lab75.998423.791945.4059

#fba968 color RGB value is (251,169,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101001 01101000
Octal 373 251 150
Decimal 251 169 104
Hex FB A9 68

RGB Percentages of Color #fba968

%47.90
%32.25
%19.85

CMYK Percentages of Color #fba968

%0
%33
%59
%2

Triadic Colors of #fba968

#fba968 #68fba9 #a968fb

Analogous Colors of #fba968

#fba968 #fbf368 #fb6871

Monochromatic Colors of #fba968

#fba968

Complementary Color

#fba968 #68bafb

#fba968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba968 Color CSS Codes

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

#fba968 Text Font Color

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

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


#fba968 Background Color

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

This div background color is #fba968


#fba968 Border Color

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

This div border color is #fba968


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba968


Comments

No comments written yet.

Please login to write comment.