Color Hex Logo

#fba47f Color Hex

#FBA47F
(251,164,127)
0 Favorites   0 Comments

Color spaces of #fba47f

RGB 251164127
HSL0.050.940.74
HSV18°49°98°
CMYK 0.000.350.49   0.02
XYZ56.889948.592526.4595
Yxy48.59250.43120.3683
Hunter Lab69.708323.686726.2909
CIE-Lab75.197128.284232.4299

#fba47f color RGB value is (251,164,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100100 01111111
Octal 373 244 177
Decimal 251 164 127
Hex FB A4 7F

RGB Percentages of Color #fba47f

%46.31
%30.26
%23.43

CMYK Percentages of Color #fba47f

%0
%35
%49
%2

Triadic Colors of #fba47f

#fba47f #7ffba4 #a47ffb

Analogous Colors of #fba47f

#fba47f #fbe27f #fb7f98

Monochromatic Colors of #fba47f

#fba47f

Complementary Color

#fba47f #7fd6fb

#fba47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba47f Color CSS Codes

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

#fba47f Text Font Color

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

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


#fba47f Background Color

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

This div background color is #fba47f


#fba47f Border Color

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

This div border color is #fba47f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba47f


Comments

No comments written yet.

Please login to write comment.