Color Hex Logo

#fba77f Color Hex

#FBA77F
(251,167,127)
0 Favorites   0 Comments

Color spaces of #fba77f

RGB 251167127
HSL0.050.940.74
HSV19°49°98°
CMYK 0.000.330.49   0.02
XYZ57.433149.679026.6406
Yxy49.67900.42940.3714
Hunter Lab70.483322.104326.9285
CIE-Lab75.871826.712933.3091

#fba77f color RGB value is (251,167,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100111 01111111
Octal 373 247 177
Decimal 251 167 127
Hex FB A7 7F

RGB Percentages of Color #fba77f

%46.06
%30.64
%23.30

CMYK Percentages of Color #fba77f

%0
%33
%49
%2

Triadic Colors of #fba77f

#fba77f #7ffba7 #a77ffb

Analogous Colors of #fba77f

#fba77f #fbe57f #fb7f95

Monochromatic Colors of #fba77f

#fba77f

Complementary Color

#fba77f #7fd3fb

#fba77f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba77f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba77f Color CSS Codes

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

#fba77f Text Font Color

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

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


#fba77f Background Color

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

This div background color is #fba77f


#fba77f Border Color

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

This div border color is #fba77f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba77f

Related Colors


Comments

No comments written yet.

Please login to write comment.