Color Hex Logo

#fba877 Color Hex

#FBA877
(251,168,119)
0 Favorites   0 Comments

Color spaces of #fba877

RGB 251168119
HSL0.060.940.73
HSV22°53°98°
CMYK 0.000.330.53   0.02
XYZ57.116149.846424.0637
Yxy49.84640.43590.3804
Hunter Lab70.602020.850729.2132
CIE-Lab75.974925.489437.6576

#fba877 color RGB value is (251,168,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101000 01110111
Octal 373 250 167
Decimal 251 168 119
Hex FB A8 77

RGB Percentages of Color #fba877

%46.65
%31.23
%22.12

CMYK Percentages of Color #fba877

%0
%33
%53
%2

Triadic Colors of #fba877

#fba877 #77fba8 #a877fb

Analogous Colors of #fba877

#fba877 #fbea77 #fb7788

Monochromatic Colors of #fba877

#fba877

Complementary Color

#fba877 #77cafb

#fba877 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba877 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba877 Color CSS Codes

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

#fba877 Text Font Color

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

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


#fba877 Background Color

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

This div background color is #fba877


#fba877 Border Color

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

This div border color is #fba877


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba877


Comments

No comments written yet.

Please login to write comment.