Color Hex Logo

#fba97e Color Hex

#FBA97E
(251,169,126)
0 Favorites   0 Comments

Color spaces of #fba97e

RGB 251169126
HSL0.060.940.74
HSV21°50°98°
CMYK 0.000.330.50   0.02
XYZ57.737550.391526.4221
Yxy50.39150.42910.3745
Hunter Lab70.987020.956427.6225
CIE-Lab76.308925.574234.4057

#fba97e color RGB value is (251,169,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101001 01111110
Octal 373 251 176
Decimal 251 169 126
Hex FB A9 7E

RGB Percentages of Color #fba97e

%45.97
%30.95
%23.08

CMYK Percentages of Color #fba97e

%0
%33
%50
%2

Triadic Colors of #fba97e

#fba97e #7efba9 #a97efb

Analogous Colors of #fba97e

#fba97e #fbe87e #fb7e92

Monochromatic Colors of #fba97e

#fba97e

Complementary Color

#fba97e #7ed0fb

#fba97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba97e Color CSS Codes

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

#fba97e Text Font Color

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

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


#fba97e Background Color

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

This div background color is #fba97e


#fba97e Border Color

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

This div border color is #fba97e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba97e


Comments

No comments written yet.

Please login to write comment.