Color Hex Logo

#fba47c Color Hex

#FBA47C
(251,164,124)
0 Favorites   0 Comments

Color spaces of #fba47c

RGB 251164124
HSL0.050.940.74
HSV19°51°98°
CMYK 0.000.350.51   0.02
XYZ56.697248.515425.4449
Yxy48.51540.43390.3713
Hunter Lab69.653023.405427.0979
CIE-Lab75.148928.015933.9628

#fba47c color RGB value is (251,164,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100100 01111100
Octal 373 244 174
Decimal 251 164 124
Hex FB A4 7C

RGB Percentages of Color #fba47c

%46.57
%30.43
%23.01

CMYK Percentages of Color #fba47c

%0
%35
%51
%2

Triadic Colors of #fba47c

#fba47c #7cfba4 #a47cfb

Analogous Colors of #fba47c

#fba47c #fbe47c #fb7c94

Monochromatic Colors of #fba47c

#fba47c

Complementary Color

#fba47c #7cd3fb

#fba47c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba47c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba47c Color CSS Codes

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

#fba47c Text Font Color

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

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


#fba47c Background Color

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

This div background color is #fba47c


#fba47c Border Color

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

This div border color is #fba47c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba47c


Comments

No comments written yet.

Please login to write comment.