Color Hex Logo

#fba679 Color Hex

#FBA679
(251,166,121)
0 Favorites   0 Comments

Color spaces of #fba679

RGB 251166121
HSL0.060.940.73
HSV21°52°98°
CMYK 0.000.340.52   0.02
XYZ56.871149.162124.5810
Yxy49.16210.43540.3764
Hunter Lab70.115722.079628.2952
CIE-Lab75.552126.707836.0682

#fba679 color RGB value is (251,166,121).

#fba679 hex color red value is 251, green value is 166 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #fba679 hue: 0.06 , saturation: 0.94 and the lightness value of fba679 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100110 01111001
Octal 373 246 171
Decimal 251 166 121
Hex FB A6 79

RGB Percentages of Color #fba679

%46.65
%30.86
%22.49

CMYK Percentages of Color #fba679

%0
%34
%52
%2

Triadic Colors of #fba679

#fba679 #79fba6 #a679fb

Analogous Colors of #fba679

#fba679 #fbe779 #fb798d

Monochromatic Colors of #fba679

#fba679

Complementary Color

#fba679 #79cefb

#fba679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba679 Color CSS Codes

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

#fba679 Text Font Color

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

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


#fba679 Background Color

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

This div background color is #fba679


#fba679 Border Color

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

This div border color is #fba679


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba679


Comments

No comments written yet.

Please login to write comment.